Skip to content

Commit

Permalink
Fix amalgamated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Nov 19, 2016
1 parent e577db5 commit 202713a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 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);
#endif

Expand Down

0 comments on commit 202713a

Please sign in to comment.