aboutsummaryrefslogtreecommitdiff
path: root/src/interp/hashcode.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/hashcode.boot')
-rw-r--r--src/interp/hashcode.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/hashcode.boot b/src/interp/hashcode.boot
index 1b49d977..414ad5fa 100644
--- a/src/interp/hashcode.boot
+++ b/src/interp/hashcode.boot
@@ -67,7 +67,7 @@ hashType(type, percentHash) ==
hashCombine(retCode, hash)
op = 'Enumeration =>
for arg in args repeat
- hash := hashCombine(hashString(STRING arg), hash)
+ hash := hashCombine(hashString(symbolName arg), hash)
hash
op in $DomainsWithoutLisplibs =>
for arg in args repeat