aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-23 03:16:19 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-23 03:16:19 +0000
commit0416c1e54eb6a6209f17a32d163328f6bae5f595 (patch)
treead12e4509b7f4c416b1898bb0270ca8f601b1d74 /src/interp/daase.lisp
parentd63ce4731d81c50eb205524d7b7d58681d20fa4a (diff)
downloadopen-axiom-0416c1e54eb6a6209f17a32d163328f6bae5f595.tar.gz
* interp/sys-driver.boot (initializeGlobalState): Construct
database tables if algebra is not complete yet. * interp/Makefile.in (${SAVESYS}): Simplify. * algebra/Makefile.in (strap-stamp): Make the destination directory.
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 086f5810..74b6ba9c 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -349,7 +349,6 @@
(close *category-stream*)
(close *browse-stream*))
-
(defun |fillDatabasesInCore| nil
"set all -hash* to clean values. used to clean up core before saving system"
(setq *hascategory-hash* (make-hash-table :test #'equal))