aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bootlex.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/bootlex.lisp')
-rw-r--r--src/interp/bootlex.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/bootlex.lisp b/src/interp/bootlex.lisp
index 31022c0a..c3e5d4c0 100644
--- a/src/interp/bootlex.lisp
+++ b/src/interp/bootlex.lisp
@@ -122,7 +122,7 @@
(let ((LINE (cdar Boot-Line-Stack)))
(declare (special LINE))
(|PARSE-NewExpr|)
- (let ((parseout (pop-stack-1)) )
+ (let ((parseout (|popStack1|)) )
(when parseout
(let ((|$OutputStream| out-stream))
(S-PROCESS parseout))