Procházet zdrojové kódy

let rhs be a full expression in an infix call

master
Martin Dørum před 4 roky
rodič
revize
a8742666a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      lib/parse/parse.c

+ 1
- 1
lib/parse/parse.c Zobrazit soubor

@@ -495,7 +495,7 @@ static int parse_expression(
return -1;
}

if (parse_arg_level_expression(lexer, gen, err) < 0) {
if (parse_expression(lexer, gen, err) < 0) {
return -1;
}


Načítá se…
Zrušit
Uložit