aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macros.lisp')
-rw-r--r--src/interp/macros.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/macros.lisp b/src/interp/macros.lisp
index 0a61c975..922fa3ad 100644
--- a/src/interp/macros.lisp
+++ b/src/interp/macros.lisp
@@ -418,8 +418,6 @@
(progn (BRIGHTPRINT-0 X) (TERPRI) (force-output))
(progn (BRIGHTPRINT X) (TERPRI) (force-output))))
-(defvar |$algebraOutputStream| *standard-output*)
-
(defun |saySpadMsg| (X)
(if (NULL X) NIL (sayBrightly1 X |$algebraOutputStream|)))