aboutsummaryrefslogtreecommitdiff
path: root/src/bind-gram.y
diff options
context:
space:
mode:
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
@@ -33,13 +33,13 @@ extern int yy_flex_debug;
extern int grecs_bind_new_source(const char *name, grecs_locus_t *loc);
extern void grecs_bind_close_sources(void);
static struct grecs_value *stmtlist_to_value(struct grecs_node *node);
%}
-%error-verbose
+%define parse.error verbose
%locations
%union {
char *string;
grecs_value_t svalue, *pvalue;
struct grecs_list *list;

Return to:

Send suggestions and report system problems to the System administrator.