misc/liblua/lualib.h
branchexperimental3D
changeset 4004 b1c2c2f6fc5e
parent 3697 d5b30d6373fc
child 10017 de822cd3df3a
equal deleted inserted replaced
3698:793386610068 4004:b1c2c2f6fc5e
    39 #define LUA_LOADLIBNAME	"package"
    39 #define LUA_LOADLIBNAME	"package"
    40 LUALIB_API int (luaopen_package) (lua_State *L);
    40 LUALIB_API int (luaopen_package) (lua_State *L);
    41 
    41 
    42 
    42 
    43 /* open all previous libraries */
    43 /* open all previous libraries */
    44 LUALIB_API void (luaL_openlibs) (lua_State *L); 
    44 LUALIB_API void (luaL_openlibs) (lua_State *L);
    45 
    45 
    46 
    46 
    47 
    47 
    48 #ifndef lua_assert
    48 #ifndef lua_assert
    49 #define lua_assert(x)	((void)0)
    49 #define lua_assert(x)	((void)0)