diff options
Diffstat (limited to 'src/lj_state.h')
-rw-r--r-- | src/lj_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_state.h b/src/lj_state.h index 9a8c7d93..50fe9000 100644 --- a/src/lj_state.h +++ b/src/lj_state.h | |||
@@ -32,4 +32,6 @@ LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L); | |||
32 | LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud); | 32 | LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud); |
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | #define LJ_ALLOCF_INTERNAL ((lua_Alloc)(void *)(uintptr_t)(1237<<4)) | ||
36 | |||
35 | #endif | 37 | #endif |