aboutsummaryrefslogtreecommitdiff
path: root/src/dhcpd-gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcpd-gram.y')
-rw-r--r--src/dhcpd-gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpd-gram.y b/src/dhcpd-gram.y
index 11dd1b2..61e4851 100644
--- a/src/dhcpd-gram.y
+++ b/src/dhcpd-gram.y
@@ -46,13 +46,13 @@ make_string_value(char *string)
val->v.string = string;
return val;
}
%}
-%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.