diff options
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r-- | src/interp/daase.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp index d0ce7826..380965e6 100644 --- a/src/interp/daase.lisp +++ b/src/interp/daase.lisp @@ -356,7 +356,7 @@ (browseopen) (setq *category-stream-stamp* '(0 . 0)) (categoryopen) ;note: this depends on constructorform in browse.daase - (unless (|getOptionValue| (|Option| "system-algebra") (|%systemOptions|)) + (unless |$buildingSystemAlgebra| (initial-getdatabase)) #+:AKCL (gbc t) ) |