aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-07-04 04:39:13 +0000
committerdos-reis <gdr@axiomatics.org>2011-07-04 04:39:13 +0000
commitdc5f09ca9fe80896ec7fd8677a3e517ce9213285 (patch)
treea99f1bd7f2174ea4d71a3edb7fdfcc085483c3b6 /src/interp/i-util.boot
parent67a9b503724a4390abf08baa367959713483f363 (diff)
downloadopen-axiom-dc5f09ca9fe80896ec7fd8677a3e517ce9213285.tar.gz
* interp/vmlisp.lisp (PRINTEXP): Remove.
* interp/br-data.boot: Use writeString, writeChar, and writeLine. * interp/c-util.boot: Likewise. * interp/diagnostics.boot: Likewise. * interp/fortcall.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-util.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/newfort.boot: Likewise. * interp/record.boot: Likewise. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %writeString, %writeNewline, %writeLine. * interp/lisp-backend.boot: Translate them.
Diffstat (limited to 'src/interp/i-util.boot')
-rw-r--r--src/interp/i-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-util.boot b/src/interp/i-util.boot
index 9d582213..6971bca7 100644
--- a/src/interp/i-util.boot
+++ b/src/interp/i-util.boot
@@ -78,7 +78,7 @@ MKPROMPT() ==
printPrompt(flush? == false) ==
- PRINC(MKPROMPT(), $OutputStream)
+ writeString(MKPROMPT(), $OutputStream)
if flush? then
flushOutput $OutputStream