diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1554,6 +1554,9 @@ static struct X { int x; } x; | |||
1554 | int i = getindex; | 1554 | int i = getindex; |
1555 | return lua_yieldk(L1, nres, i, Cfunck); | 1555 | return lua_yieldk(L1, nres, i, Cfunck); |
1556 | } | 1556 | } |
1557 | else if EQ("tobeclosed") { | ||
1558 | lua_tobeclosed(L); | ||
1559 | } | ||
1557 | else luaL_error(L, "unknown instruction %s", buff); | 1560 | else luaL_error(L, "unknown instruction %s", buff); |
1558 | } | 1561 | } |
1559 | return 0; | 1562 | return 0; |