diff options
Diffstat (limited to 'lcode.c')
-rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
646 | static void luaK_goiffalse (FuncState *fs, expdesc *e) { | 646 | void 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) { |