aboutsummaryrefslogtreecommitdiff
path: root/src/interp/format.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-15 10:00:12 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-15 10:00:12 +0000
commitebafd5f858e29cc75f89e098cd8d564cb7d92144 (patch)
tree5ae13dc0066a75644dffbf91fad2ea210f36bc71 /src/interp/format.boot
parenta03f99212855569fc0298734521a6468df4b2e00 (diff)
downloadopen-axiom-ebafd5f858e29cc75f89e098cd8d564cb7d92144.tar.gz
* boot/tokens.boot: symbolName is now a builtin function.
* interp/sys-utility.boot (stringImage): New. * interp/format.boot (form2String1): Use it. Tidy.
Diffstat (limited to 'src/interp/format.boot')
-rw-r--r--src/interp/format.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/format.boot b/src/interp/format.boot
index 29093903..3d03184f 100644
--- a/src/interp/format.boot
+++ b/src/interp/format.boot
@@ -391,8 +391,7 @@ form2String1 u ==
constructor? u => app2StringWrap(formWrapId u, [u])
formWrapId u
SUBRP u => formWrapId BPINAME u
- string? u => formWrapId u
- formWrapId toString u
+ stringImage u
u1 := u
[op,:argl] := u
op='Join or op= 'mkCategory => formJoin1(op,argl)