lua_checksig LUA_CACHELIB

This commit is contained in:
hong
2019-06-06 11:13:19 +08:00
committed by 云风
parent 82f3e80e06
commit a04e6b5b29
3 changed files with 22 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ LUAMOD_API int (luaopen_debug) (lua_State *L);
#define LUA_LOADLIBNAME "package"
LUAMOD_API int (luaopen_package) (lua_State *L);
#define LUA_CACHELIB
LUAMOD_API int (luaopen_cache) (lua_State *L);
/* open all previous libraries */
LUALIB_API void (luaL_openlibs) (lua_State *L);