diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-10-25 10:24:36 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-10-25 10:24:36 -0200 |
commit | c77baf752caa81a485d8930352c90b982be76215 (patch) | |
tree | 1855e4a1bffafcd4deffc6022bcae3a68345c13e /llex.c | |
parent | a122688091a3e9b43f694f14dd3994096fdfbb95 (diff) | |
download | lua-c77baf752caa81a485d8930352c90b982be76215.tar.gz lua-c77baf752caa81a485d8930352c90b982be76215.tar.bz2 lua-c77baf752caa81a485d8930352c90b982be76215.zip |
comment
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 2.38 2010/09/07 19:21:39 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 2.39 2010/09/13 21:49:58 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -232,7 +232,7 @@ static void read_numeral (LexState *ls, SemInfo *seminfo) { | |||
232 | 232 | ||
233 | 233 | ||
234 | /* | 234 | /* |
235 | ** skip a sequence '[=*=[' or ']=*]' and return its number of '='s or | 235 | ** skip a sequence '[=*[' or ']=*]' and return its number of '='s or |
236 | ** -1 if sequence is malformed | 236 | ** -1 if sequence is malformed |
237 | */ | 237 | */ |
238 | static int skip_sep (LexState *ls) { | 238 | static int skip_sep (LexState *ls) { |