diff options
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) { |