mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
egg: Another fix for older bison versions
This commit is contained in:
parent
0c94f98c84
commit
3f6a8b88c0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user