diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.329 2017/12/22 14:16:46 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.330 2017/12/28 15:42:57 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -674,7 +674,7 @@ static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, | |||
674 | 674 | ||
675 | 675 | ||
676 | /* | 676 | /* |
677 | ** finish execution of an opcode interrupted by an yield | 677 | ** finish execution of an opcode interrupted by a yield |
678 | */ | 678 | */ |
679 | void luaV_finishOp (lua_State *L) { | 679 | void luaV_finishOp (lua_State *L) { |
680 | CallInfo *ci = L->ci; | 680 | CallInfo *ci = L->ci; |