Skip to content

Commit

Permalink
Changed deprecated -%pure_parser to +%pure-parser in parser.yy
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 3, 2014
1 parent 76c0dd8 commit 2d451b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/miniswig/parser.yy
Expand Up @@ -9,7 +9,7 @@

%}

%pure_parser
%pure-parser
%union {
char* str;
int ival;
Expand Down

0 comments on commit 2d451b0

Please sign in to comment.