egg: Keep compatibility with Bison 2.3 (for macOS)

This commit is contained in:
rdb 2021-01-02 20:55:59 +01:00
parent 91380e8718
commit 0c94f98c84

View File

@ -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}
%{