diff options
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index 1461d3d7..0d6c346b 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -69,7 +69,7 @@ typedef unsigned int uintptr_t; | |||
69 | #define LJ_MAX_UPVAL 60 /* Max. # of upvalues. */ | 69 | #define LJ_MAX_UPVAL 60 /* Max. # of upvalues. */ |
70 | 70 | ||
71 | #define LJ_MAX_IDXCHAIN 100 /* __index/__newindex chain limit. */ | 71 | #define LJ_MAX_IDXCHAIN 100 /* __index/__newindex chain limit. */ |
72 | #define LJ_STACK_EXTRA (5+2*LJ_FR2) /* Extra stack space (metamethods). */ | 72 | #define LJ_STACK_EXTRA (5+3*LJ_FR2) /* Extra stack space (metamethods). */ |
73 | 73 | ||
74 | #define LJ_NUM_CBPAGE 1 /* Number of FFI callback pages. */ | 74 | #define LJ_NUM_CBPAGE 1 /* Number of FFI callback pages. */ |
75 | 75 | ||