8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Fixed a compilation error with code generated by the SVR4 yacc.

This commit is contained in:
eku 2003-04-03 12:41:52 +00:00
parent 454485f6ea
commit 8446116d28

View File

@ -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