summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird-devel/files/patch-ah')
-rw-r--r--databases/firebird-devel/files/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/firebird-devel/files/patch-ah b/databases/firebird-devel/files/patch-ah
deleted file mode 100644
index 7b0be011e898..000000000000
--- a/databases/firebird-devel/files/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
---- porting/dsql/parse.c.orig Wed Jan 30 16:53:19 2002
-+++ porting/dsql/parse.c Wed Jan 30 17:38:08 2002
-@@ -4704,9 +4704,8 @@
- #endif /* ANSI-C/C++ */
- #endif /* ! YYPARSE_PARAM */
-
--int
--dsql_yyparse (YYPARSE_PARAM_ARG)
-- YYPARSE_PARAM_DECL
-+int dsql_yyparse(USHORT client_dialect, USHORT db_dialect,
-+ USHORT parser_version, BOOLEAN *stmt_ambiguous)
- {
- register int yym, yyn, yystate;
- #if YYDEBUG