Browse Source

egg: Another fix for older bison versions

rdb 5 years ago
parent
commit
3f6a8b88c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/egg/parser.yxx

+ 2 - 2
panda/src/egg/parser.yxx

@@ -6,9 +6,9 @@
 
 %pure-parser
 %locations
-%parse-param {EggParserState &state} {yyscan_t scanner}
+%parse-param {EggParserState &state}
+%parse-param {yyscan_t scanner}
 %lex-param {yyscan_t scanner}
-
 %{
 
 #include "pandabase.h"