1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

some warnings

This commit is contained in:
Roberto Ierusalimschy
2001-12-21 15:31:35 -02:00
parent 9d2e454d6f
commit f42cc90d2d
4 changed files with 5 additions and 6 deletions
-1
View File
@@ -155,7 +155,6 @@ LUA_API void lua_gettable (lua_State *L, int index);
LUA_API void lua_rawget (lua_State *L, int index);
LUA_API void lua_rawgeti (lua_State *L, int index, int n);
LUA_API void lua_newtable (lua_State *L);
LUA_API void lua_getweakregistry (lua_State *L);
LUA_API void lua_geteventtable (lua_State *L, int objindex);