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 13e21e27..804a6f3f 100644
--- a/src/interp/spad.lisp
+++ b/src/interp/spad.lisp
@@ -86,7 +86,7 @@
(unwind-protect
(progn
(setq in-stream (open ifile :direction :input))
- (setq rd (|makeReader| in-stream))
+ (setq rd (|makeReader| in-stream |$OutputStream|))
(init-boot/spad-reader rd)
(initialize-preparse rd)
(setq out-stream |$OutputStream|)