equal
deleted
inserted
replaced
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) |