mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Fixed a compilation error with code generated by the SVR4 yacc.
This commit is contained in:
parent
454485f6ea
commit
8446116d28
@ -38,3 +38,4 @@ s/((__unused__))/((__unused__));/g
|
||||
/static int yydebug/d
|
||||
s/yydebug/dsql_debug/g
|
||||
s/yylex ()/yylex(client_dialect, db_dialect, parser_version, stmt_ambiguous)/g
|
||||
s/register int \*yyxi = yyexca;/register const yytabelem \*yyxi = yyexca;/g
|
||||
|
Loading…
Reference in New Issue
Block a user