diff options
Diffstat (limited to '')
| -rw-r--r-- | bugs | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -3588,9 +3588,9 @@ co = coroutine.wrap(f) | |||
| 3588 | print(co()) --> ??? (should be 2) | 3588 | print(co()) --> ??? (should be 2) |
| 3589 | ]], | 3589 | ]], |
| 3590 | patch = [[ | 3590 | patch = [[ |
| 3591 | --- lstrlib.c 2016/02/25 19:42:55 1.240 | 3591 | --- lstrlib.c 2015/11/25 16:28:17 1.239 |
| 3592 | +++ lstrlib.c 2016/03/21 17:27:07 | 3592 | +++ lstrlib.c 2016/04/11 15:29:41 |
| 3593 | @@ -688,14 +688,13 @@ | 3593 | @@ -688,6 +688,7 @@ |
| 3594 | static int gmatch_aux (lua_State *L) { | 3594 | static int gmatch_aux (lua_State *L) { |
| 3595 | GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); | 3595 | GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); |
| 3596 | const char *src; | 3596 | const char *src; |
