mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix amalgamated build.
This commit is contained in:
parent
e577db52c5
commit
202713a638
@ -28,7 +28,7 @@ static LJ_AINLINE void lj_state_checkstack(lua_State *L, MSize need)
|
|||||||
|
|
||||||
LJ_FUNC lua_State *lj_state_new(lua_State *L);
|
LJ_FUNC lua_State *lj_state_new(lua_State *L);
|
||||||
LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L);
|
LJ_FUNC void LJ_FASTCALL lj_state_free(global_State *g, lua_State *L);
|
||||||
#if LJ_64
|
#if LJ_64 && !LJ_GC64 && !(defined(LUAJIT_USE_VALGRIND) && defined(LUAJIT_USE_SYSMALLOC))
|
||||||
LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud);
|
LJ_FUNC lua_State *lj_state_newstate(lua_Alloc f, void *ud);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user