mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
egg: Another fix for older bison versions
This commit is contained in:
parent
0c94f98c84
commit
3f6a8b88c0
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
%pure-parser
|
%pure-parser
|
||||||
%locations
|
%locations
|
||||||
%parse-param {EggParserState &state} {yyscan_t scanner}
|
%parse-param {EggParserState &state}
|
||||||
|
%parse-param {yyscan_t scanner}
|
||||||
%lex-param {yyscan_t scanner}
|
%lex-param {yyscan_t scanner}
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
|
||||||
#include "pandabase.h"
|
#include "pandabase.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user