aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/util.lisp')
-rw-r--r--src/interp/util.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index 995050f8..18bc4788 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -530,12 +530,11 @@
(|processSynonyms|))
(ioclear)
(LET* ((BOOT-LINE-STACK (LIST (CONS 1 LINE)))
- ($BOOT NIL)
($SPAD T)
(XTOKENREADER 'GET-BOOT-TOKEN)
(LINE-HANDLER 'NEXT-BOOT-LINE)
(PARSEOUT (PROG2 (|PARSE-NewExpr|) (POP-STACK-1))))
- (DECLARE (SPECIAL BOOT-LINE-STACK $BOOT $SPAD XTOKENREADER LINE-HANDLER))
+ (DECLARE (SPECIAL BOOT-LINE-STACK $SPAD XTOKENREADER LINE-HANDLER))
PARSEOUT))