diff options
-rw-r--r-- | lparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.c,v 2.20 2005/04/07 13:09:07 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 2.21 2005/04/27 18:53:53 roberto Exp roberto $ |
3 | ** Lua Parser | 3 | ** Lua Parser |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -1289,7 +1289,7 @@ static void retstat (LexState *ls) { | |||
1289 | 1289 | ||
1290 | 1290 | ||
1291 | static void breakstat (LexState *ls) { | 1291 | static void breakstat (LexState *ls) { |
1292 | /* stat -> BREAK [NAME] */ | 1292 | /* stat -> BREAK */ |
1293 | FuncState *fs = ls->fs; | 1293 | FuncState *fs = ls->fs; |
1294 | BlockCnt *bl = fs->bl; | 1294 | BlockCnt *bl = fs->bl; |
1295 | int upval = 0; | 1295 | int upval = 0; |