aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-20 15:30:34 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-20 15:30:34 +0000
commitd24b317b0c64df7f9169de68bef6c200786c7491 (patch)
tree73f9259940eccf39337f6c8484bf9ee526463680 /src/interp
parentc96ac1e9ec3aae8744293a052d85d7decddcd52a (diff)
downloadopen-axiom-d24b317b0c64df7f9169de68bef6c200786c7491.tar.gz
Fix build breakage with CLozure CL.
* lisp/core.lisp.in ($stdin): Demote to DEFPARAMETER. ($stdout): Likewise.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/sys-globals.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index 69b3ff63..397bd16e 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -401,9 +401,6 @@ $texOutputStream := MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*"
$fortranOutputStream :=
MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*"
-conOutStream :=
- MAKE_-SYNONYM_-STREAM "*STANDARD-OUTPUT*"
-
--%
++ True if we are building the system algebra.