mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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
This commit is contained in:
parent
461b896779
commit
40ced14dbb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user