This commit is contained in:
zeroday 2015-04-12 23:34:11 +08:00
parent e61ad9d7ba
commit 81d9f8893a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ LUALIB_API int ( luaopen_file )( lua_State *L );
LUALIB_API int ( luaopen_ow )( lua_State *L );
#define AUXLIB_CJSON "cjson"
LUALIB_API int ( luaopen_ow )( lua_State *L );
LUALIB_API int ( luaopen_cjson )( lua_State *L );
// Helper macros
#define MOD_CHECK_ID( mod, id )\