diff options
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 1.106 2000/10/06 19:29:26 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 1.107 2000/10/20 16:39:03 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 | */ |
@@ -433,7 +433,6 @@ LUA_API void lua_settag (lua_State *L, int tag) { | |||
433 | luaO_verror(L, "cannot change the tag of a %.20s", | 433 | luaO_verror(L, "cannot change the tag of a %.20s", |
434 | luaO_typename(L->top-1)); | 434 | luaO_typename(L->top-1)); |
435 | } | 435 | } |
436 | L->top--; | ||
437 | } | 436 | } |
438 | 437 | ||
439 | 438 | ||