Skip to content

Commit

Permalink
More build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Dec 21, 2018
1 parent c745f6c commit 2e0e853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/toluabind.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TOLUA_API int tolua_tolua_open (lua_State* tolua_S);
/* function to register type */
static void tolua_reg_types (lua_State* tolua_S)
{
(void)tolua_S;
}

/* Open function */
Expand Down Expand Up @@ -8067,6 +8068,6 @@ TOLUA_API int tolua_tolua_open (lua_State* tolua_S)
#if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM >= 501
TOLUA_API int luaopen_tolua (lua_State* tolua_S) {
return tolua_tolua_open(tolua_S);
};
}
#endif

0 comments on commit 2e0e853

Please sign in to comment.