egg: Another fix for older bison versions

This commit is contained in:
rdb 2021-01-02 21:51:50 +01:00
parent 0c94f98c84
commit 3f6a8b88c0

View File

@ -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"