aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-output.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-26 15:11:03 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-26 15:11:03 +0000
commit6dad3130683652a42a8e73c417333b53102d7943 (patch)
tree7ea94fd464988ccbb66ebbdfa34d5006069264da /src/interp/i-output.boot
parent425777c747c5972163c1743d6d0ad0216eabf066 (diff)
downloadopen-axiom-6dad3130683652a42a8e73c417333b53102d7943.tar.gz
* boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?
are now builin. * boot/ast.boot: Tidy. * interp/c-util.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-output.boot: Likewise. * interp/clam.boot: Likewise. * interp/trace.boot: Likewise. * interp/sys-utility.boot: Likewise. * interp/sys-driver.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/lisp-backend.boot: Likewise.
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r--src/interp/i-output.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot
index 2f08582c..25d53edc 100644
--- a/src/interp/i-output.boot
+++ b/src/interp/i-output.boot
@@ -552,7 +552,7 @@ print(x,domain) ==
outputAsgardForm(x,t) ==
f := ['%OBJECT,x,devaluate t]
WRITE(f,KEYWORD::STREAM,$algebraOutputStream)
- FRESH_-LINE $algebraOutputStream
+ freshLine $algebraOutputStream
mathprintWithNumber(x,t) ==
x:= outputTran x