summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:27:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-14 19:27:07 (GMT)
commit824d691cbf1a04e3207218e86246645b5609079e (patch)
treeed8e5d5342996e420f810739829d2bac253042db /src/H5Cpkg.h
parentcdd2b9a69868c2992d47968d62be6b88b7d27dff (diff)
downloadhdf5-824d691cbf1a04e3207218e86246645b5609079e.zip
hdf5-824d691cbf1a04e3207218e86246645b5609079e.tar.gz
hdf5-824d691cbf1a04e3207218e86246645b5609079e.tar.bz2
[svn-r18252] Description:
Rename test macros that are [nearly] identical to source code macros to have "TEST" in their names, to avoid conflicts during compilation. (And add comment to originals in source code, to keep them in sync). Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & production up041 machines (at Sandia)
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index fffc811..e910e95 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -1812,6 +1812,7 @@ if ( ( (cache_ptr) == NULL ) || \
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, FAIL, "Pre HT remove SC failed") \
}
+/* (Keep in sync w/H5C_TEST__PRE_HT_SEARCH_SC macro in test/cache_common.h -QAK) */
#define H5C__PRE_HT_SEARCH_SC(cache_ptr, Addr, fail_val) \
if ( ( (cache_ptr) == NULL ) || \
( (cache_ptr)->magic != H5C__H5C_T_MAGIC ) || \
@@ -1823,6 +1824,7 @@ if ( ( (cache_ptr) == NULL ) || \
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, fail_val, "Pre HT search SC failed") \
}
+/* (Keep in sync w/H5C_TEST__POST_SUC_HT_SEARCH_SC macro in test/cache_common.h -QAK) */
#define H5C__POST_SUC_HT_SEARCH_SC(cache_ptr, entry_ptr, Addr, k, fail_val) \
if ( ( (cache_ptr) == NULL ) || \
( (cache_ptr)->magic != H5C__H5C_T_MAGIC ) || \
@@ -1846,6 +1848,7 @@ if ( ( (cache_ptr) == NULL ) || \
"Post successful HT search SC failed") \
}
+/* (Keep in sync w/H5C_TEST__POST_HT_SHIFT_TO_FRONT macro in test/cache_common.h -QAK) */
#define H5C__POST_HT_SHIFT_TO_FRONT(cache_ptr, entry_ptr, k, fail_val) \
if ( ( (cache_ptr) == NULL ) || \
( ((cache_ptr)->index)[k] != (entry_ptr) ) || \