mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
egg: Keep compatibility with Bison 2.3 (for macOS)
This commit is contained in:
parent
91380e8718
commit
0c94f98c84
@ -4,10 +4,9 @@
|
||||
* @date 1999-01-16
|
||||
*/
|
||||
|
||||
%define api.pure full
|
||||
%pure-parser
|
||||
%locations
|
||||
%parse-param {EggParserState &state}
|
||||
%parse-param {yyscan_t scanner}
|
||||
%parse-param {EggParserState &state} {yyscan_t scanner}
|
||||
%lex-param {yyscan_t scanner}
|
||||
|
||||
%{
|
||||
|
Loading…
x
Reference in New Issue
Block a user