summaryrefslogtreecommitdiff
path: root/src/lj_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_state.h')
-rw-r--r--src/lj_state.h3
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
28LJ_FUNC lua_State *lj_state_new(lua_State *L); 28LJ_FUNC lua_State *lj_state_new(lua_State *L);
29LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L); 29LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L);
30#if LJ_64
31LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud);
32#endif
30 33
31#endif 34#endif