diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-09-23 17:14:00 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-09-23 17:14:00 -0300 |
| commit | f8e354e2404cbd0a91b4299598d4de9757e73fd7 (patch) | |
| tree | f4de2fb073d5822c0ae4fd61dcc2f2f68576e80d | |
| parent | a650378822f48e81978e626329bbd96373035eb2 (diff) | |
| download | lua-f8e354e2404cbd0a91b4299598d4de9757e73fd7.tar.gz lua-f8e354e2404cbd0a91b4299598d4de9757e73fd7.tar.bz2 lua-f8e354e2404cbd0a91b4299598d4de9757e73fd7.zip | |
detail (space between function name and its parameter list)
| -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.64 2009/06/18 16:35:05 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 2.65 2009/08/10 20:41:04 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 | */ |
| @@ -139,7 +139,7 @@ static void codestring (LexState *ls, expdesc *e, TString *s) { | |||
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | 141 | ||
| 142 | static void checkname(LexState *ls, expdesc *e) { | 142 | static void checkname (LexState *ls, expdesc *e) { |
| 143 | codestring(ls, e, str_checkname(ls)); | 143 | codestring(ls, e, str_checkname(ls)); |
| 144 | } | 144 | } |
| 145 | 145 | ||
