summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-01 19:27:39 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-01 19:27:39 (GMT)
commitd80a13f75a408bf01069a8b276c4229d118307e8 (patch)
tree6d3ccba703135b0844b7c20d7895c0bc082b5df7 /src/H5Oprivate.h
parente686da7c03d01d4c96bf39aeda02bb25d736a6da (diff)
parent4dc2218ab5622f81c3dd9d68020ac7357f413c50 (diff)
downloadhdf5-d80a13f75a408bf01069a8b276c4229d118307e8.zip
hdf5-d80a13f75a408bf01069a8b276c4229d118307e8.tar.gz
hdf5-d80a13f75a408bf01069a8b276c4229d118307e8.tar.bz2
[svn-r27930] merge from trunk.
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index e42a726..c4b8402 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -109,11 +109,11 @@ typedef struct H5O_t H5O_t;
#define H5O_CPY_MCDT_SEARCH_CB_NAME "committed dtype list search" /* Callback function when the search for a matching committed datatype is complete */
/* If the module using this macro is allowed access to the private variables, access them directly */
-#ifdef H5O_PACKAGE
+#ifdef H5O_MODULE
#define H5O_OH_GET_ADDR(O) ((O)->chunk[0].addr)
-#else /* H5O_PACKAGE */
+#else /* H5O_MODULE */
#define H5O_OH_GET_ADDR(O) (H5O_get_oh_addr(O))
-#endif /* H5O_PACKAGE */
+#endif /* H5O_MODULE */
/* Set the fields in a shared message structure */
#define H5O_UPDATE_SHARED(SH_MESG, SH_TYPE, F, MSG_TYPE, CRT_IDX, OH_ADDR) \