summaryrefslogtreecommitdiffstats
path: root/src/H5ACmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACmodule.h')
-rw-r--r--src/H5ACmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5ACmodule.h b/src/H5ACmodule.h
index 87babab..d1f9697 100644
--- a/src/H5ACmodule.h
+++ b/src/H5ACmodule.h
@@ -18,8 +18,8 @@
* H5AC package. Including this header means that the source file
* is part of the H5AC package.
*/
-#ifndef _H5ACmodule_H
-#define _H5ACmodule_H
+#ifndef H5ACmodule_H
+#define H5ACmodule_H
/* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error
* reporting macros.
@@ -29,4 +29,4 @@
#define H5_MY_PKG_ERR H5E_CACHE
#define H5_MY_PKG_INIT YES
-#endif /* _H5ACmodule_H */
+#endif /* H5ACmodule_H */