revision: remove redundant #-interpreter, use #-ecl-bytecmp instead

This commit is contained in:
pls.153 2025-05-08 11:42:44 +02:00
parent d1c19ec74c
commit 878007b8f2
24 changed files with 16 additions and 28 deletions

View file

@ -13,8 +13,8 @@
(unless (x:empty-string ip)
(format nil "http://~A:8080/" ip))))
(defvar *remote-ip* #+interpreter nil
#-interpreter #.(remote-ip))
(defvar *remote-ip* #+ecl-bytecmp nil
#-ecl-bytecmp #.(remote-ip))
(defun load* (file)
(load (make-string-input-stream (curl (x:cc *remote-ip* file)))))

View file

@ -81,7 +81,6 @@
#+mobile
(progn
(pushnew :interpreter *features*)
(defvar *asdf-system* "app")
(defvar *ql-libs* (cc *current* "ql-libs.lisp"))
(defvar *init-name* "ini_app")