aboutsummaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcode.c b/lcode.c
index c11005c7..d9202404 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.c,v 2.58 2011/07/27 18:07:37 roberto Exp roberto $ 2** $Id: lcode.c,v 2.59 2011/08/15 19:41:58 roberto Exp roberto $
3** Code generator for Lua 3** Code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -643,7 +643,7 @@ void luaK_goiftrue (FuncState *fs, expdesc *e) {
643} 643}
644 644
645 645
646static void luaK_goiffalse (FuncState *fs, expdesc *e) { 646void luaK_goiffalse (FuncState *fs, expdesc *e) {
647 int pc; /* pc of last jump */ 647 int pc; /* pc of last jump */
648 luaK_dischargevars(fs, e); 648 luaK_dischargevars(fs, e);
649 switch (e->k) { 649 switch (e->k) {