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 fd4763e0..f9c7e0bf 100644
--- a/lib.h
+++ b/lib.h
@@ -73,7 +73,7 @@ typedef unsigned char mem_t;
struct any {
obj_common;
- void *dummy[2];
+ mem_t *dummy[2];
val next; /* GC free list */
};