summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-15 23:45:43 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-15 23:45:43 +0100
commit57c7412ea56bb31b400f9dd2f6c0d842d0e78848 (patch)
treee3e7a77513e813bf7067c76c6d2ce4085ad930ce
parentMerge "Convert update_host_simulator to Android.bp" am: d3e4ee7b16 am: 1d5b35dfb5 am: f34cfe9683 (diff)
parentMerge "edify: update for bison 3.5" am: 1477c867f7 am: 1dccf9c474 (diff)
downloadandroid_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar.gz
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar.bz2
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar.lz
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar.xz
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.tar.zst
android_bootable_recovery-57c7412ea56bb31b400f9dd2f6c0d842d0e78848.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 ';'