'luaK_goiffalse' exported

This commit is contained in:
Roberto Ierusalimschy
2011-08-30 13:26:41 -03:00
parent 121dc8af66
commit ca458f1f52
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lcode.c,v 2.58 2011/07/27 18:07:37 roberto Exp roberto $
** $Id: lcode.c,v 2.59 2011/08/15 19:41:58 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
@@ -643,7 +643,7 @@ void luaK_goiftrue (FuncState *fs, expdesc *e) {
}
static void luaK_goiffalse (FuncState *fs, expdesc *e) {
void luaK_goiffalse (FuncState *fs, expdesc *e) {
int pc; /* pc of last jump */
luaK_dischargevars(fs, e);
switch (e->k) {