summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-01-15 23:15:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-15 23:15:54 +0100
commit1477c867f710faa7e754ea462c1e58c62b5cf8a3 (patch)
tree268f1acad316d5977325872fdd6a8882fecd85a5
parentMerge "Convert update_host_simulator to Android.bp" (diff)
parentedify: update for bison 3.5 (diff)
downloadandroid_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar.gz
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar.bz2
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar.lz
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar.xz
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.tar.zst
android_bootable_recovery-1477c867f710faa7e754ea462c1e58c62b5cf8a3.zip
-rw-r--r--edify/parser.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/parser.yy b/edify/parser.yy
index 3a63c37f8..37bcdd031 100644
--- a/edify/parser.yy
+++ b/edify/parser.yy
@@ -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 ';'