diff options
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index dadb8c0a..5d21d584 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -67,6 +67,8 @@ typedef unsigned int uintptr_t; | |||
67 | #define LJ_MAX_IDXCHAIN 100 /* __index/__newindex chain limit. */ | 67 | #define LJ_MAX_IDXCHAIN 100 /* __index/__newindex chain limit. */ |
68 | #define LJ_STACK_EXTRA 5 /* Extra stack space (metamethods). */ | 68 | #define LJ_STACK_EXTRA 5 /* Extra stack space (metamethods). */ |
69 | 69 | ||
70 | #define LJ_NUM_CBPAGE 1 /* Number of FFI callback pages. */ | ||
71 | |||
70 | /* Minimum table/buffer sizes. */ | 72 | /* Minimum table/buffer sizes. */ |
71 | #define LJ_MIN_GLOBAL 6 /* Min. global table size (hbits). */ | 73 | #define LJ_MIN_GLOBAL 6 /* Min. global table size (hbits). */ |
72 | #define LJ_MIN_REGISTRY 2 /* Min. registry size (hbits). */ | 74 | #define LJ_MIN_REGISTRY 2 /* Min. registry size (hbits). */ |