Skip to content
Snippets Groups Projects
Commit 06dacb04 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

removed now useless luaL_newlib .

parent e50cb497
Branches
Tags
No related merge requests found
......@@ -36,6 +36,5 @@ LUA_API int lua_compare (lua_State *L, int index1, int index2, int op);
#endif
#define luaL_newlibtable(L,l) lua_createtable(L, 0, sizeof(l)/sizeof((l)[0]) - 1)
#define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0))
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment