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