diff options
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r-- | src/interp/spad.lisp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp index 4e8eab08..22e01ef0 100644 --- a/src/interp/spad.lisp +++ b/src/interp/spad.lisp @@ -66,12 +66,9 @@ (defun spad (ifile &aux - (*comp370-apply* (function |printBackendDecl|)) - ($SPAD T) - (|$compilerOptions| nil) (|$editFile| ifile) rd) - (declare (special |$Echo| |$editFile| *comp370-apply*)) + (declare (special |$Echo| |$editFile|)) (setq |$InteractiveMode| nil) ;; only rebind |$InteractiveFrame| if compiling (progv (if (not |$InteractiveMode|) '(|$InteractiveFrame|)) |