Skip to content

Commit 5c88d5e

Browse files
authored
Merge pull request #5124 from diffblue/bison-error-verbose
remove deprecated bison option
2 parents f94295c + f56e9f1 commit 5c88d5e

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)