diff options
Diffstat (limited to 'src/H5Fcompact.c')
-rw-r--r-- | src/H5Fcompact.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Fcompact.c b/src/H5Fcompact.c index 829ba63..96e9955 100644 --- a/src/H5Fcompact.c +++ b/src/H5Fcompact.c @@ -22,6 +22,10 @@ #define H5F_PACKAGE /*suppress error about including H5Fpkg */ +/* Pablo information */ +/* (Put before include files to avoid problems with inline functions) */ +#define PABLO_MASK H5Fcompact_mask + #include "H5private.h" #include "H5Eprivate.h" #include "H5Fpkg.h" @@ -31,7 +35,6 @@ #include "H5Vprivate.h" /* Vector and array functions */ /* Interface initialization */ -#define PABLO_MASK H5Fcompact_mask static int interface_initialize_g = 0; #define INTERFACE_INIT NULL |