summaryrefslogtreecommitdiffstats
path: root/src/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.y')
-rw-r--r--src/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.y b/src/parser.y
index f04853f5..020e83f5 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -26,7 +26,7 @@ struct lexer_param;
}
%locations
-%error-verbose
+%define parse.error verbose
%define api.pure
%union {
jv literal;