diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:20:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:20:44 +0000 |
commit | ab28d810cfa73d614429723f2afa6278e9aac500 (patch) | |
tree | 9c9ee8951bc7a55f297647b51f084d53b50fe794 /databases/firebird-devel/files/patch-ah | |
parent | Swiss-PdbViewer is an application that provides a user friendly interface (diff) |
upgrade to 1.0.r2
PR: 33924, 34812
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57216
Diffstat (limited to 'databases/firebird-devel/files/patch-ah')
-rw-r--r-- | databases/firebird-devel/files/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-ah b/databases/firebird-devel/files/patch-ah new file mode 100644 index 000000000000..7b0be011e898 --- /dev/null +++ b/databases/firebird-devel/files/patch-ah @@ -0,0 +1,14 @@ +--- 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 |