|
From: Mike N. <ta...@al...> - 2003-02-21 04:13:20
|
Looking through jrd/cch.cpp one finds use of macros such as CCH_FETCH_PAGE instead of use of the function names themselves. A quick look in cch_proto.h reveals that these macros are unconditionally, without modifying parameter order or anything, defined to be their mixed-case counterparts such as CCH_fetch_page. I assume there must have been a reason to do this macro substitution at one time, though it must have been quite some time ago since even the FB1 code behaves exactly the same. So what was it used for? Can there be a reason to keep it? /Mike |