Merge "edify: update for bison 3.5"

am: 1477c867f7

Change-Id: I8b3c51a1a420d24639feb1356575832db1d717af
This commit is contained in:
Steven Moreland
2020-01-15 14:18:52 -08:00
committed by android-build-merger

View File

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