aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-16 04:55:47 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-16 04:55:47 +0000
commit4d249024382d8a81d7575b02e8a96205777918bc (patch)
tree0fdf8cabc6be73e7fe1e5e521c97fe34a59e754f /src/interp/daase.lisp
parentf905c6332417ccd8266e921cfbd716db6c64c9aa (diff)
downloadopen-axiom-4d249024382d8a81d7575b02e8a96205777918bc.tar.gz
* interp/daase.lisp ($ConstructorCache): Declare.
* interp/bootlex.lisp: Fix use of SETELT. * interp/macros.lisp: Likewise. * interp/preparse.lisp: Likewise. * interp/spad.lisp: Likewise. * interp/vmlisp.lisp: Likewise.
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 10c02fd7..1a72602a 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -327,6 +327,8 @@
(defvar *asharpflags*
"-O -laxiom -Fasy -Flsp" "library compiler flags")
+(defvar |$ConstructorCache| nil)
+
(defun asharp (file &optional (flags *asharpflags*))
"call the asharp compiler"
(|runProgram|