From 1f21dcfb8388ced6d74719ae1c529846bb16d24a Mon Sep 17 00:00:00 2001 From: asfernandes Date: Wed, 5 Aug 2009 18:41:24 +0000 Subject: [PATCH] Patch from Bill for compilers that treat constant parameters as part of the function signature --- src/jrd/met_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/met_proto.h b/src/jrd/met_proto.h index de661281b1..1350a469af 100644 --- a/src/jrd/met_proto.h +++ b/src/jrd/met_proto.h @@ -73,7 +73,7 @@ void MET_error(const TEXT*, ...); Jrd::Format* MET_format(Jrd::thread_db*, Jrd::jrd_rel*, USHORT); bool MET_get_char_coll_subtype(Jrd::thread_db*, USHORT*, const UCHAR*, USHORT); bool MET_get_char_coll_subtype_info(Jrd::thread_db*, USHORT, SubtypeInfo* info); -Jrd::jrd_nod* MET_get_dependencies(Jrd::thread_db*, Jrd::jrd_rel*, const UCHAR*, ULONG, +Jrd::jrd_nod* MET_get_dependencies(Jrd::thread_db*, Jrd::jrd_rel*, const UCHAR*, const ULONG, Jrd::CompilerScratch*, Jrd::bid*, Jrd::jrd_req**, Jrd::CompilerScratch**, Firebird::MetaName&, int, USHORT, Jrd::jrd_tra*, Firebird::MetaName = Firebird::MetaName());