aboutsummaryrefslogtreecommitdiff
path: root/src/meta1-gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta1-gram.y')
-rw-r--r--src/meta1-gram.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meta1-gram.y b/src/meta1-gram.y
index 3b9ca63..07a4cad 100644
--- a/src/meta1-gram.y
+++ b/src/meta1-gram.y
@@ -1,6 +1,6 @@
%{
/* MeTA1 configuration parser for Grecs.
- Copyright (C) 2007-2016 Sergey Poznyakoff
+ Copyright (C) 2007-2022 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -30,7 +30,7 @@ extern int yy_flex_debug;
extern void yyset_in(FILE *);
%}
-%error-verbose
+%define parse.error verbose
%locations
%union {

Return to:

Send suggestions and report system problems to the System administrator.