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 fbabfd21..fc446aa1 100644
--- a/src/interp/bootlex.lisp
+++ b/src/interp/bootlex.lisp
@@ -55,7 +55,7 @@
(defun init-boot/spad-reader ()
(setq $SPAD_ERRORS (VECTOR 0 0 0))
- (setq SPADERRORSTREAM *standard-output*)
+ (setq SPADERRORSTREAM |$OutputStream|)
(setq XTokenReader 'get-BOOT-token)
(setq Line-Handler 'next-BOOT-line)
(setq Meta_Error_Handler 'spad_syntax_error)