aboutsummaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
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) {