diff options
Diffstat (limited to 'src/lj_state.h')
-rw-r--r-- | src/lj_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_state.h b/src/lj_state.h index 2238be64..cd2f216d 100644 --- a/src/lj_state.h +++ b/src/lj_state.h | |||
@@ -27,5 +27,8 @@ static LJ_AINLINE void lj_state_checkstack(lua_State *L, MSize need) | |||
27 | 27 | ||
28 | LJ_FUNC lua_State *lj_state_new(lua_State *L); | 28 | LJ_FUNC lua_State *lj_state_new(lua_State *L); |
29 | LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L); | 29 | LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L); |
30 | #if LJ_64 | ||
31 | LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud); | ||
32 | #endif | ||
30 | 33 | ||
31 | #endif | 34 | #endif |