diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-21 15:31:35 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-21 15:31:35 -0200 |
commit | f42cc90d2d51b1121aa2ed44530013f1df09fec6 (patch) | |
tree | aa229e5af86f2dbcbf7122c01354020b85be64f8 /lua.h | |
parent | 9d2e454d6f42f86faf645a4a24f66023846ea9ab (diff) | |
download | lua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.tar.gz lua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.tar.bz2 lua-f42cc90d2d51b1121aa2ed44530013f1df09fec6.zip |
some warnings
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -155,7 +155,6 @@ LUA_API void lua_gettable (lua_State *L, int index); | |||
155 | LUA_API void lua_rawget (lua_State *L, int index); | 155 | LUA_API void lua_rawget (lua_State *L, int index); |
156 | LUA_API void lua_rawgeti (lua_State *L, int index, int n); | 156 | LUA_API void lua_rawgeti (lua_State *L, int index, int n); |
157 | LUA_API void lua_newtable (lua_State *L); | 157 | LUA_API void lua_newtable (lua_State *L); |
158 | LUA_API void lua_getweakregistry (lua_State *L); | ||
159 | LUA_API void lua_geteventtable (lua_State *L, int objindex); | 158 | LUA_API void lua_geteventtable (lua_State *L, int objindex); |
160 | 159 | ||
161 | 160 | ||