summaryrefslogtreecommitdiffstats
path: root/src/H5Fmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fmodule.h')
-rw-r--r--src/H5Fmodule.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h
index fb362fc..953b4da 100644
--- a/src/H5Fmodule.h
+++ b/src/H5Fmodule.h
@@ -25,9 +25,8 @@
* reporting macros.
*/
#define H5F_MODULE
-#define H5_MY_PKG H5F
-#define H5_MY_PKG_ERR H5E_FILE
-#define H5_MY_PKG_INIT YES
+#define H5_MY_PKG H5F
+#define H5_MY_PKG_ERR H5E_FILE
+#define H5_MY_PKG_INIT YES
#endif /* _H5Fmodule_H */
-