aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
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