aboutsummaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcode.c b/lcode.c
index f7c2334c..429d4f80 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1181,7 +1181,7 @@ void luaK_goiftrue (FuncState *fs, expdesc *e) {
1181/* 1181/*
1182** Emit code to go through if 'e' is false, jump otherwise. 1182** Emit code to go through if 'e' is false, jump otherwise.
1183*/ 1183*/
1184void luaK_goiffalse (FuncState *fs, expdesc *e) { 1184static void luaK_goiffalse (FuncState *fs, expdesc *e) {
1185 int pc; /* pc of new jump */ 1185 int pc; /* pc of new jump */
1186 luaK_dischargevars(fs, e); 1186 luaK_dischargevars(fs, e);
1187 switch (e->k) { 1187 switch (e->k) {