mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision: remove redundant #-interpreter, use #-ecl-bytecmp instead
This commit is contained in:
parent
d1c19ec74c
commit
878007b8f2
24 changed files with 16 additions and 28 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue