aboutsummaryrefslogtreecommitdiff
path: root/src/interp/spad.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r--src/interp/spad.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp
index 22e01ef0..2f4161e5 100644
--- a/src/interp/spad.lisp
+++ b/src/interp/spad.lisp
@@ -95,7 +95,7 @@
(|parseNewExpr| rd)
(let ((parseout (|popStack1|)) )
(when parseout
- (|translateSpad| parseout)
+ (|translateSpad| ifile parseout)
(format |$OutputStream| "~&")))
))))
(|ioClear!| rd)))