From 40ced14dbb1e213b46ef6d2861d90486aca86c56 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 31 May 2007 04:27:54 -0500 Subject: [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 --- src/H5Ofill.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12