From c3939f5786c434b68776dca507ba052046d17781 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 29 Apr 2005 09:43:47 -0300 Subject: comment --- lparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lparser.c') diff --git a/lparser.c b/lparser.c index a2dd5db7..5e0dcaac 100644 --- a/lparser.c +++ b/lparser.c @@ -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 ** See Copyright Notice in lua.h */ @@ -1289,7 +1289,7 @@ static void retstat (LexState *ls) { static void breakstat (LexState *ls) { - /* stat -> BREAK [NAME] */ + /* stat -> BREAK */ FuncState *fs = ls->fs; BlockCnt *bl = fs->bl; int upval = 0; -- cgit v1.2.3-55-g6feb