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 95d26cb4..9ed9468b 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -1101,7 +1101,7 @@ charDigitVal c ==
n
gensymInt g ==
- not GENSYMP g => error '"Need a GENSYM"
+ not gensym? g => error '"Need a GENSYM"
p := symbolName g
n := 0
for i in 2..maxIndex p repeat