lua

A copy of the Lua development repository
Log | Files | Refs | README

commit c77baf752caa81a485d8930352c90b982be76215
parent a122688091a3e9b43f694f14dd3994096fdfbb95
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 25 Oct 2010 10:24:12 -0200

comment

Diffstat:
Mllex.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llex.c b/llex.c @@ -1,5 +1,5 @@ /* -** $Id: llex.c,v 2.38 2010/09/07 19:21:39 roberto Exp roberto $ +** $Id: llex.c,v 2.39 2010/09/13 21:49:58 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -232,7 +232,7 @@ static void read_numeral (LexState *ls, SemInfo *seminfo) { /* -** skip a sequence '[=*=[' or ']=*]' and return its number of '='s or +** skip a sequence '[=*[' or ']=*]' and return its number of '='s or ** -1 if sequence is malformed */ static int skip_sep (LexState *ls) {