summaryrefslogtreecommitdiffstats
path: root/src/H5Ofill.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-05-31 09:27:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-05-31 09:27:54 (GMT)
commit40ced14dbb1e213b46ef6d2861d90486aca86c56 (patch)
tree58ee069d33b5f33c674c720e85c03a7e43343cf8 /src/H5Ofill.c
parent461b896779cb585cf47236cdcfc271a98d3ca080 (diff)
downloadhdf5-40ced14dbb1e213b46ef6d2861d90486aca86c56.zip
hdf5-40ced14dbb1e213b46ef6d2861d90486aca86c56.tar.gz
hdf5-40ced14dbb1e213b46ef6d2861d90486aca86c56.tar.bz2
[svn-r13822] Description:
Undef the "post copy file" macro for "new style" fill values before defining it again. Tested on: FreeBSD/32 6.2 (duty) w/gcc 4.2
Diffstat (limited to 'src/H5Ofill.c')
-rw-r--r--src/H5Ofill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c
index 93d8ab1..b718002 100644
--- a/src/H5Ofill.c
+++ b/src/H5Ofill.c
@@ -88,6 +88,7 @@ static herr_t H5O_fill_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *s
#undef H5O_SHARED_COPY_FILE
#define H5O_SHARED_COPY_FILE H5O_fill_new_shared_copy_file
#undef H5O_SHARED_COPY_FILE_REAL
+#undef H5O_SHARED_POST_COPY_FILE
#define H5O_SHARED_POST_COPY_FILE H5O_fill_new_shared_post_copy_file
#undef H5O_SHARED_POST_COPY_FILE_REAL
#undef H5O_SHARED_DEBUG