summaryrefslogtreecommitdiff
path: root/mh/mh_fmtgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_fmtgram.y')
-rw-r--r--mh/mh_fmtgram.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/mh_fmtgram.y b/mh/mh_fmtgram.y
index 5ffa93d4d..f1f380c46 100644
--- a/mh/mh_fmtgram.y
+++ b/mh/mh_fmtgram.y
@@ -149,8 +149,8 @@ static struct node *typecast (struct node *node, enum mh_type type);
%type <builtin> function
%type <fmtspec> fmtspec
-%error-verbose
-
+%define api.prefix {fmt_yy}
+%define parse.error verbose
%%
input : list

Return to:

Send suggestions and report system problems to the System administrator.