diff options
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r-- | src/interp/spad.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp index fd101237..56c1cc80 100644 --- a/src/interp/spad.lisp +++ b/src/interp/spad.lisp @@ -69,7 +69,7 @@ (*comp370-apply* (function |printBackendDecl|)) (*fileactq-apply* (function |printBackendDecl|)) ($SPAD T) - (OPTIONLIST nil) + (|$compilerOptions| nil) (|$editFile| ifile) rd) (declare (special |$Echo| |$editFile| *comp370-apply*)) |