summaryrefslogtreecommitdiffstats
path: root/src/H5Dcompact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dcompact.c')
-rw-r--r--src/H5Dcompact.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Dcompact.c b/src/H5Dcompact.c
index 829ba63..96e9955 100644
--- a/src/H5Dcompact.c
+++ b/src/H5Dcompact.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