comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lparser.c,v 2.20 2005/04/07 13:09:07 roberto Exp roberto $
|
** $Id: lparser.c,v 2.21 2005/04/27 18:53:53 roberto Exp roberto $
|
||||||
** Lua Parser
|
** Lua Parser
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@@ -1289,7 +1289,7 @@ static void retstat (LexState *ls) {
|
|||||||
|
|
||||||
|
|
||||||
static void breakstat (LexState *ls) {
|
static void breakstat (LexState *ls) {
|
||||||
/* stat -> BREAK [NAME] */
|
/* stat -> BREAK */
|
||||||
FuncState *fs = ls->fs;
|
FuncState *fs = ls->fs;
|
||||||
BlockCnt *bl = fs->bl;
|
BlockCnt *bl = fs->bl;
|
||||||
int upval = 0;
|
int upval = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user