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

Patch from Bill for compilers that treat constant parameters as part of the function signature

This commit is contained in:
asfernandes 2009-08-05 18:41:24 +00:00
parent 0bcf8962db
commit 1f21dcfb83

View File

@ -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());