mirror of https://github.com/rusefi/lua.git
detail (space between function name and its parameter list)
This commit is contained in:
parent
a650378822
commit
f8e354e240
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lparser.c,v 2.64 2009/06/18 16:35:05 roberto Exp roberto $
|
** $Id: lparser.c,v 2.65 2009/08/10 20:41:04 roberto Exp roberto $
|
||||||
** Lua Parser
|
** Lua Parser
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -139,7 +139,7 @@ static void codestring (LexState *ls, expdesc *e, TString *s) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void checkname(LexState *ls, expdesc *e) {
|
static void checkname (LexState *ls, expdesc *e) {
|
||||||
codestring(ls, e, str_checkname(ls));
|
codestring(ls, e, str_checkname(ls));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue