mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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
|
* @date 1999-01-16
|
||||||
*/
|
*/
|
||||||
|
|
||||||
%define api.pure full
|
%pure-parser
|
||||||
%locations
|
%locations
|
||||||
%parse-param {EggParserState &state}
|
%parse-param {EggParserState &state} {yyscan_t scanner}
|
||||||
%parse-param {yyscan_t scanner}
|
|
||||||
%lex-param {yyscan_t scanner}
|
%lex-param {yyscan_t scanner}
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user