diff options
Diffstat (limited to 'ltests.c')
| -rw-r--r-- | ltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1526,7 +1526,7 @@ static int runC (lua_State *L, lua_State *L1, const char *pc) { | |||
| 1526 | lua_newthread(L1); | 1526 | lua_newthread(L1); |
| 1527 | } | 1527 | } |
| 1528 | else if EQ("resetthread") { | 1528 | else if EQ("resetthread") { |
| 1529 | lua_pushinteger(L1, lua_resetthread(L1, L)); | 1529 | lua_pushinteger(L1, lua_resetthread(L1)); /* deprecated */ |
| 1530 | } | 1530 | } |
| 1531 | else if EQ("newuserdata") { | 1531 | else if EQ("newuserdata") { |
| 1532 | lua_newuserdata(L1, getnum); | 1532 | lua_newuserdata(L1, getnum); |
