diff options
author | dos-reis <gdr@axiomatics.org> | 2011-07-04 04:39:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-07-04 04:39:13 +0000 |
commit | dc5f09ca9fe80896ec7fd8677a3e517ce9213285 (patch) | |
tree | a99f1bd7f2174ea4d71a3edb7fdfcc085483c3b6 /src/algebra/mathml.spad.pamphlet | |
parent | 67a9b503724a4390abf08baa367959713483f363 (diff) | |
download | open-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/algebra/mathml.spad.pamphlet')
-rw-r--r-- | src/algebra/mathml.spad.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/mathml.spad.pamphlet b/src/algebra/mathml.spad.pamphlet index 086d0d0f..b40ed836 100644 --- a/src/algebra/mathml.spad.pamphlet +++ b/src/algebra/mathml.spad.pamphlet @@ -258,8 +258,8 @@ mathmlFormat expr == formatFn := getFunctionFromDomain("coerce",mml,[$OutputForm]) displayFn := getFunctionFromDomain("display",mml,[mmlrep]) SPADCALL(SPADCALL(expr,formatFn),displayFn) - TERPRI $mathmlOutputStream - FORCE_-OUTPUT $mathmlOutputStream + writeNewline $mathmlOutputStream + flushOutput $mathmlOutputStream NIL \end{verbatim} |