aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-12-21 15:31:35 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-12-21 15:31:35 -0200
commitf42cc90d2d51b1121aa2ed44530013f1df09fec6 (patch)
treeaa229e5af86f2dbcbf7122c01354020b85be64f8 /lua.h
parent9d2e454d6f42f86faf645a4a24f66023846ea9ab (diff)
downloadlua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.tar.gz
lua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.tar.bz2
lua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.zip
some warnings
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index a008a7a0..1ddacf33 100644
--- a/lua.h
+++ b/lua.h
@@ -155,7 +155,6 @@ LUA_API void lua_gettable (lua_State *L, int index);
155LUA_API void lua_rawget (lua_State *L, int index); 155LUA_API void lua_rawget (lua_State *L, int index);
156LUA_API void lua_rawgeti (lua_State *L, int index, int n); 156LUA_API void lua_rawgeti (lua_State *L, int index, int n);
157LUA_API void lua_newtable (lua_State *L); 157LUA_API void lua_newtable (lua_State *L);
158LUA_API void lua_getweakregistry (lua_State *L);
159LUA_API void lua_geteventtable (lua_State *L, int objindex); 158LUA_API void lua_geteventtable (lua_State *L, int objindex);
160 159
161 160