aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-15 09:20:22 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-15 09:20:22 +0000
commita2f39f13bed2d39accb83cbb7f9e3336b2c92c1c (patch)
tree08d31ef32d2acb81c52ef96cc3dcf12820e72b87 /src/interp/daase.lisp
parent78e524ef8c2135d112f880695af20b1b818011cd (diff)
downloadopen-axiom-a2f39f13bed2d39accb83cbb7f9e3336b2c92c1c.tar.gz
* lisp/core.lisp.in (|$StandardLinking|): New. Export.
* lisp/Makefile.in (edit): Update. * interp/daase.lisp: Don't load initial databases when --system-algebra. * interp/Makefile.pamphlet (${SAVESYS}): Build with --system-algebra.
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 66efc4e4..d65a1812 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -348,7 +348,8 @@
(browseopen)
(setq *category-stream-stamp* '(0 . 0))
(categoryopen) ;note: this depends on constructorform in browse.daase
-#-:CCL (initial-getdatabase)
+ (unless (|getOptionValue| (|Option| "system-algebra") (|%systemOptions|))
+ (initial-getdatabase))
(close *interp-stream*)
(close *operation-stream*)
(close *category-stream*)