diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.137 2002/06/05 12:34:19 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.138 2002/06/06 12:40:22 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil | 4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil |
5 | ** http://www.lua.org mailto:info@lua.org | 5 | ** http://www.lua.org mailto:info@lua.org |
@@ -130,6 +130,7 @@ LUA_API int lua_type (lua_State *L, int index); | |||
130 | LUA_API const char *lua_typename (lua_State *L, int type); | 130 | LUA_API const char *lua_typename (lua_State *L, int type); |
131 | 131 | ||
132 | LUA_API int lua_equal (lua_State *L, int index1, int index2); | 132 | LUA_API int lua_equal (lua_State *L, int index1, int index2); |
133 | LUA_API int lua_rawequal (lua_State *L, int index1, int index2); | ||
133 | LUA_API int lua_lessthan (lua_State *L, int index1, int index2); | 134 | LUA_API int lua_lessthan (lua_State *L, int index1, int index2); |
134 | 135 | ||
135 | LUA_API lua_Number lua_tonumber (lua_State *L, int index); | 136 | LUA_API lua_Number lua_tonumber (lua_State *L, int index); |