Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1477c867 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "edify: update for bison 3.5"

parents d3e4ee7b ee3dd45c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static Expr* Build(Function fn, YYLTYPE loc, size_t count, ...) {

%parse-param {std::unique_ptr<Expr>* root}
%parse-param {int* error_count}
%error-verbose
%define parse.error verbose

/* declarations in increasing order of precedence */
%left ';'