aboutsummaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.c b/lparser.c
index c11b4aaf..e2ca368e 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.c,v 2.93 2010/12/15 19:13:29 roberto Exp roberto $ 2** $Id: lparser.c,v 2.94 2010/12/17 12:03:41 roberto Exp roberto $
3** Lua Parser 3** Lua Parser
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -587,7 +587,7 @@ static void field (LexState *ls, struct ConsControl *cc) {
587 587
588 588
589static void constructor (LexState *ls, expdesc *t) { 589static void constructor (LexState *ls, expdesc *t) {
590 /* constructor -> '{' [ field { sep field } [sep] ] '}' 590 /* constructor -> '{' [ field { sep field } [sep] ] '}'
591 sep -> ',' | ';' */ 591 sep -> ',' | ';' */
592 FuncState *fs = ls->fs; 592 FuncState *fs = ls->fs;
593 int line = ls->linenumber; 593 int line = ls->linenumber;