aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-28 03:37:28 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-28 03:37:28 +0000
commit8efa78fb1bfa0e9afce20922020129130f9c69be (patch)
treefa6fb18ca4160751aa65badb7048b6225783616f /src/interp/g-util.boot
parentdbbc18b48695c2339520e9ba1e640f7559ff2e8a (diff)
downloadopen-axiom-8efa78fb1bfa0e9afce20922020129130f9c69be.tar.gz
Clean up
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 5a2b32ab..13b381b7 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -596,7 +596,7 @@ homogeneousListToVector(t,l) ==
++ tests if x is an identifier beginning with #
isSharpVar x ==
- IDENTP x and SCHAR(SYMBOL_-NAME x,0) = char "#"
+ IDENTP x and SCHAR(symbolName x,0) = char "#"
isSharpVarWithNum x ==
not isSharpVar x => nil