misc/liblua/lualib.h
changeset 3697 d5b30d6373fc
parent 2812 0a24853de796
child 10017 de822cd3df3a
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
    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)