summaryrefslogtreecommitdiffstats
path: root/src/H5MM.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MM.c')
-rw-r--r--src/H5MM.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5MM.c b/src/H5MM.c
index 5626fdf..5a191b3 100644
--- a/src/H5MM.c
+++ b/src/H5MM.c
@@ -24,15 +24,15 @@
*
*-------------------------------------------------------------------------
*/
+
+/* Pablo information */
+/* (Put before include files to avoid problems with inline functions) */
+#define PABLO_MASK H5MM_mask
+
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5MMprivate.h"
-/* Interface initialization? */
-#define PABLO_MASK H5MM_mask
-static int interface_initialize_g = 0;
-#define INTERFACE_INIT NULL
-
#ifndef NDEBUG
/*-------------------------------------------------------------------------