summaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-10-25 10:24:36 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-10-25 10:24:36 -0200
commitc77baf752caa81a485d8930352c90b982be76215 (patch)
tree1855e4a1bffafcd4deffc6022bcae3a68345c13e /llex.c
parenta122688091a3e9b43f694f14dd3994096fdfbb95 (diff)
downloadlua-c77baf752caa81a485d8930352c90b982be76215.tar.gz
lua-c77baf752caa81a485d8930352c90b982be76215.tar.bz2
lua-c77baf752caa81a485d8930352c90b982be76215.zip
comment
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llex.c b/llex.c
index 5e6aaf6f..83b1849a 100644
--- a/llex.c
+++ b/llex.c
@@ -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*/
238static int skip_sep (LexState *ls) { 238static int skip_sep (LexState *ls) {