diff options
Diffstat (limited to 'src/H5Fistore.c')
-rw-r--r-- | src/H5Fistore.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Fistore.c b/src/H5Fistore.c index 1994767..4847948 100644 --- a/src/H5Fistore.c +++ b/src/H5Fistore.c @@ -43,6 +43,10 @@ #define H5B_PACKAGE /*suppress error about including H5Bpkg */ #define H5F_PACKAGE /*suppress error about including H5Fpkg */ +/* Pablo information */ +/* (Put before include files to avoid problems with inline functions) */ +#define PABLO_MASK H5Fistore_mask + #include "H5private.h" /* Generic Functions */ #include "H5Bpkg.h" /* B-link trees */ #include "H5Dprivate.h" /* Datasets */ @@ -89,7 +93,6 @@ /*#define H5F_ISTORE_DEBUG */ /* Interface initialization */ -#define PABLO_MASK H5Fistore_mask static int interface_initialize_g = 0; #define INTERFACE_INIT NULL |