diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-01-26 14:30:02 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-01-26 14:30:02 -0200 |
| commit | c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9 (patch) | |
| tree | 06ed5143f5724be72981ad6303d24c7f09e1cb46 /lparser.c | |
| parent | 7106c491dddbfc7b9986c3c91214acd56b066d7f (diff) | |
| download | lua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.tar.gz lua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.tar.bz2 lua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.zip | |
detail (cleaning trailing spaces)
Diffstat (limited to '')
| -rw-r--r-- | lparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 589 | static void constructor (LexState *ls, expdesc *t) { | 589 | static 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; |
