Skip to content

Commit f56e9f1

Browse files
committed
remove deprecated bison option
%error-verbose is deprecated since bison 3.0, and now triggers a warning.
1 parent e7fc79a commit f56e9f1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/jsil/parser.y

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ extern char *yyjsiltext;
114114

115115
%start program
116116

117-
%error-verbose
118117
%expect 0
119118

120119
%%

src/xmllang/parser.y

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ int yyxmlerror(const std::string &error)
2626
#endif
2727
%}
2828

29-
%error-verbose
30-
3129
%union {char *s;}
3230

3331
%token STARTXMLDECL

0 commit comments

Comments
 (0)