summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 7c8a582b..a57442a4 100644
--- a/lib.h
+++ b/lib.h
@@ -114,7 +114,7 @@ struct cons {
struct cons_hash_entry {
obj_common;
val car, cdr;
- cnum hash;
+ ucnum hash;
};
struct string {