aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-25 21:33:58 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-25 21:33:58 +0000
commit68c6afce19df6a92b0569a23bcfe3a73f109b754 (patch)
tree4091c71856bf51388d07c677191ba13d2457128a /src/input
parentdaed04c57b8ff8c3be53a5a183635c5687ab7bf6 (diff)
downloadopen-axiom-68c6afce19df6a92b0569a23bcfe3a73f109b754.tar.gz
* interp/bootlex.lisp: Import "sys-globals".
Consistently use $InputStream and $OutputStream for I/O. * interp/c-util.boot: Likewise. * interp/comp.lisp: Likewise. * interp/compat.boot: Likewise. * interp/debug.lisp: Likewise. * interp/def.lisp: Likewise. * interp/g-error.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/int-top.boot: Likewise. * interp/intfile.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/macros.lisp: Likewise. * interp/metalex.lisp: Likewise. * interp/msgdb.boot: Likewise. * interp/patches.lisp: Likewise. * interp/preparse.lisp: Likewise. * interp/server.boot: Likewise. * interp/spad-parser.boot: Likewise. * interp/spad.lisp: Likewise. * interp/sys-globals.boot: Likewise. * interp/sys-macros.lisp: Likewise. * interp/sys-os.boot: Likewise. * interp/unlisp.lisp: Likewise. * interp/vmlisp.lisp: Likewise. * interp/Makefile.pamphlet (bootlex.$(FASLEXT)): Require sys-globals.$(FASLEXT) too. (vmlisp.$(FASLEXT)): Likewise.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/Makefile.in2
-rw-r--r--src/input/Makefile.pamphlet2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.in b/src/input/Makefile.in
index 52ccd819..2c1195b0 100644
--- a/src/input/Makefile.in
+++ b/src/input/Makefile.in
@@ -744,7 +744,7 @@ all-check: ${OUTS}
echo ')set message test on' > tmp.input; \
echo ')set message auto off' >> tmp.input ; \
echo ')read $*' >> tmp.input ; \
- echo ')lisp (|coreQuit|)' >> tmp.input ; \
+ echo ')boot coreQuit()' >> tmp.input ; \
echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \
rm tmp.input )
diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet
index 24956a19..484e1501 100644
--- a/src/input/Makefile.pamphlet
+++ b/src/input/Makefile.pamphlet
@@ -361,7 +361,7 @@ all-check: ${OUTS}
echo ')set message test on' > tmp.input; \
echo ')set message auto off' >> tmp.input ; \
echo ')read $*' >> tmp.input ; \
- echo ')lisp (|coreQuit|)' >> tmp.input ; \
+ echo ')boot coreQuit()' >> tmp.input ; \
echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \
rm tmp.input )