aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.c b/lvm.c
index 212d5f9d..2b035932 100644
--- a/lvm.c
+++ b/lvm.c
@@ -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*/
679void luaV_finishOp (lua_State *L) { 679void luaV_finishOp (lua_State *L) {
680 CallInfo *ci = L->ci; 680 CallInfo *ci = L->ci;