diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-17 15:57:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-17 15:57:08 (GMT) |
commit | 294a01e57f7d2283da4dd1e6f01e11d7f464b7c9 (patch) | |
tree | a9894e1224bda8445169e0a6d656fa29af02b2ad /src/H5Z.c | |
parent | 4ddde287dc94d235c1b981488ccbca1c31324f2f (diff) | |
download | hdf5-294a01e57f7d2283da4dd1e6f01e11d7f464b7c9.zip hdf5-294a01e57f7d2283da4dd1e6f01e11d7f464b7c9.tar.gz hdf5-294a01e57f7d2283da4dd1e6f01e11d7f464b7c9.tar.bz2 |
[svn-r7237] Purpose:
Code cleanup
Description:
Move PABLO_MASK above including headers.
Platforms tested:
FreeBSD 4.8 (sleipnir)
too minor for h5committest
Diffstat (limited to 'src/H5Z.c')
-rw-r--r-- | src/H5Z.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,6 +14,10 @@ #define H5Z_PACKAGE /*suppress error about including H5Zpkg */ +/* Pablo mask */ +/* (Put before include files to avoid problems with inline functions) */ +#define PABLO_MASK H5Z_mask + #include "H5private.h" /* Generic Functions */ #include "H5Dprivate.h" /* Dataset functions */ #include "H5Eprivate.h" /* Error handling */ @@ -24,9 +28,6 @@ #include "H5Sprivate.h" /* Dataspace functions */ #include "H5Zpkg.h" /* Data filters */ -/* Pablo mask */ -#define PABLO_MASK H5Z_mask - /* Interface initialization */ #define INTERFACE_INIT H5Z_init_interface static int interface_initialize_g = 0; |