diff options
Diffstat (limited to 'src/lj_parse.c')
-rw-r--r-- | src/lj_parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_parse.c b/src/lj_parse.c index d0396a59..2bb8c92f 100644 --- a/src/lj_parse.c +++ b/src/lj_parse.c | |||
@@ -1910,8 +1910,10 @@ static void parse_args(LexState *ls, ExpDesc *e) | |||
1910 | BCReg base; | 1910 | BCReg base; |
1911 | BCLine line = ls->linenumber; | 1911 | BCLine line = ls->linenumber; |
1912 | if (ls->token == '(') { | 1912 | if (ls->token == '(') { |
1913 | #if !LJ_52 | ||
1913 | if (line != ls->lastline) | 1914 | if (line != ls->lastline) |
1914 | err_syntax(ls, LJ_ERR_XAMBIG); | 1915 | err_syntax(ls, LJ_ERR_XAMBIG); |
1916 | #endif | ||
1915 | lj_lex_next(ls); | 1917 | lj_lex_next(ls); |
1916 | if (ls->token == ')') { /* f(). */ | 1918 | if (ls->token == ')') { /* f(). */ |
1917 | args.k = VVOID; | 1919 | args.k = VVOID; |