sql.y: separate parse-param params onto separate lines, for compat
with older bisons.
This commit is contained in:
parent
1c44fab959
commit
40ad74b2ba
3
sql.y
3
sql.y
@ -23,7 +23,8 @@
|
||||
|
||||
%define api.pure full
|
||||
%locations
|
||||
%parse-param { yyscan_t scanner } { struct psql_state *pstate }
|
||||
%parse-param { yyscan_t scanner }
|
||||
%parse-param { struct psql_state *pstate }
|
||||
%lex-param { yyscan_t scanner }
|
||||
|
||||
%code requires {
|
||||
|
Loading…
x
Reference in New Issue
Block a user