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

Commit ee3dd45c authored by Steven Moreland's avatar Steven Moreland
Browse files

edify: update for bison 3.5

Getting rid of warning, so using new define for turning on verbose
errors:
%define parse.error verbose

Bug: 31194194
Test: N/A
Change-Id: I47c200a1e669b5c5fc53d392f32b4c264a42182d
parent b17cdb26
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 ';'