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 30130a22..c75e9115 100644
--- a/llex.c
+++ b/llex.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llex.c,v 2.93 2015/05/22 17:45:56 roberto Exp roberto $ 2** $Id: llex.c,v 2.94 2015/10/28 18:51:47 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*/
@@ -275,7 +275,7 @@ static int read_numeral (LexState *ls, SemInfo *seminfo) {
275 275
276 276
277/* 277/*
278** skip a sequence '[=*[' or ']=*]'; if sequence is wellformed, return 278** skip a sequence '[=*[' or ']=*]'; if sequence is well formed, return
279** its number of '='s; otherwise, return a negative number (-1 iff there 279** its number of '='s; otherwise, return a negative number (-1 iff there
280** are no '='s after initial bracket) 280** are no '='s after initial bracket)
281*/ 281*/