aboutsummaryrefslogtreecommitdiffstats
path: root/LispSymbol.m
diff options
context:
space:
mode:
Diffstat (limited to 'LispSymbol.m')
-rw-r--r--LispSymbol.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/LispSymbol.m b/LispSymbol.m
index a73a420..0e0f349 100644
--- a/LispSymbol.m
+++ b/LispSymbol.m
@@ -90,7 +90,7 @@ LispSymbol *BIG_NIL = nil;
return result;
}
-- (unsigned)hash
+- (NSUInteger)hash
{
return [[self name] hash];
}