diff options
-rw-r--r-- | lib.h | 2 | ||||
-rw-r--r-- | struct.c | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -124,8 +124,6 @@ struct string { val alloc; }; -#define SLOT_CACHE_SIZE 8 - typedef struct { cnum id; cnum slot; @@ -60,6 +60,7 @@ #define STATIC_SLOT_BASE 0x10000000 +#define SLOT_CACHE_SIZE 8 struct stslot { val home_type; |