summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.h2
-rw-r--r--struct.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 403a18de..d960e5f4 100644
--- a/lib.h
+++ b/lib.h
@@ -124,8 +124,6 @@ struct string {
val alloc;
};
-#define SLOT_CACHE_SIZE 8
-
typedef struct {
cnum id;
cnum slot;
diff --git a/struct.c b/struct.c
index 27853839..faaa5aa9 100644
--- a/struct.c
+++ b/struct.c
@@ -60,6 +60,7 @@
#define STATIC_SLOT_BASE 0x10000000
+#define SLOT_CACHE_SIZE 8
struct stslot {
val home_type;