diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lapi.c,v 1.98 2000/09/14 14:09:31 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 1.99 2000/09/18 19:39:26 roberto Exp roberto $ |
| 3 | ** Lua API | 3 | ** Lua API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -131,7 +131,7 @@ int lua_isnumber (lua_State *L, int index) { | |||
| 131 | int lua_tag (lua_State *L, int index) { | 131 | int lua_tag (lua_State *L, int index) { |
| 132 | btest(L, index, | 132 | btest(L, index, |
| 133 | ((ttype(o) == TAG_USERDATA) ? tsvalue(o)->u.d.tag : | 133 | ((ttype(o) == TAG_USERDATA) ? tsvalue(o)->u.d.tag : |
| 134 | luaT_effectivetag(L, o)), -1); | 134 | luaT_effectivetag(L, o)), LUA_NOTAG); |
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | int lua_equal (lua_State *L, int index1, int index2) { | 137 | int lua_equal (lua_State *L, int index1, int index2) { |
