diff options
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r-- | src/interp/patches.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp index d99e6b06..b851f085 100644 --- a/src/interp/patches.lisp +++ b/src/interp/patches.lisp @@ -157,7 +157,6 @@ ;; non-interactive restarts... (defun restart0 () -#+(and :NAG :ccl) (lisp::init-lm 0) (compressopen);; set up the compression tables (interpopen);; open up the interpreter database (operationopen);; all of the operations known to the system |