aboutsummaryrefslogtreecommitdiff
path: root/src/bind-gram.y
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-06-28 08:44:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-06-28 08:44:16 +0300
commiteb98370ae03aa778d0a69df83f6f4a5cecff0b38 (patch)
treedac4ea49252fe62631cf30f5ef72d3abbdf4270b /src/bind-gram.y
parent893d875a4065acb757fef55876c391b1dd070041 (diff)
downloadgrecs-eb98370ae03aa778d0a69df83f6f4a5cecff0b38.tar.gz
grecs-eb98370ae03aa778d0a69df83f6f4a5cecff0b38.tar.bz2
Use %define parse.error verbose in parsers, instead of the deprecated %error-verbose
Diffstat (limited to 'src/bind-gram.y')
-rw-r--r--src/bind-gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bind-gram.y b/src/bind-gram.y
index 18deb0d..5294baf 100644
--- a/src/bind-gram.y
+++ b/src/bind-gram.y
@@ -38,3 +38,3 @@ static struct grecs_value *stmtlist_to_value(struct grecs_node *node);
-%error-verbose
+%define parse.error verbose
%locations

Return to:

Send suggestions and report system problems to the System administrator.