We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94295c + f56e9f1 commit 5c88d5eCopy full SHA for 5c88d5e
src/jsil/parser.y
@@ -114,7 +114,6 @@ extern char *yyjsiltext;
114
115
%start program
116
117
-%error-verbose
118
%expect 0
119
120
%%
src/xmllang/parser.y
@@ -26,8 +26,6 @@ int yyxmlerror(const std::string &error)
26
#endif
27
%}
28
29
30
-
31
%union {char *s;}
32
33
%token STARTXMLDECL
0 commit comments