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.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index 73ebd5f6..0a6800cb 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -268,7 +268,7 @@
(ioclear)
(LET* ((BOOT-LINE-STACK (LIST (CONS 1 LINE)))
($SPAD T)
- (PARSEOUT (PROG2 (|PARSE-NewExpr|) (POP-STACK-1))))
+ (PARSEOUT (PROG2 (|PARSE-NewExpr|) (|popStack1|))))
(DECLARE (SPECIAL BOOT-LINE-STACK $SPAD))
PARSEOUT))