Changed deprecated -%pure_parser to +%pure-parser in parser.yy
[supertux.git] / tools / miniswig / parser.yy
index e609476..ec45f43 100644 (file)
@@ -9,7 +9,7 @@
 
 %}
 
-%pure_parser
+%pure-parser
 %union {
     char*       str;
     int         ival;