Explorar el Código

let rhs be a full expression in an infix call

master
Martin Dørum hace 3 años
padre
commit
a8742666a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/parse/parse.c

+ 1
- 1
lib/parse/parse.c Ver fichero

@@ -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;
}


Cargando…
Cancelar
Guardar