aboutsummaryrefslogtreecommitdiff
path: root/src/interp/hashcode.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-29 15:17:00 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-29 15:17:00 +0000
commitd6e1db9b19a58fd6298e3d37eb6ec25f34ff191a (patch)
treec7b7eba9c36bd249d019d6457abad148d051a8d7 /src/interp/hashcode.boot
parent9c532285f28b723a3f70fc4eba19e3856ecbd3dd (diff)
downloadopen-axiom-d6e1db9b19a58fd6298e3d37eb6ec25f34ff191a.tar.gz
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