summaryrefslogtreecommitdiffstats
path: root/src/H5MMpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MMpublic.h')
-rw-r--r--src/H5MMpublic.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/H5MMpublic.h b/src/H5MMpublic.h
index aca0b28..ebfb377 100644
--- a/src/H5MMpublic.h
+++ b/src/H5MMpublic.h
@@ -13,19 +13,17 @@
/*-------------------------------------------------------------------------
*
- * Created: H5MMproto.h
+ * Created: H5MMpublic.h
* Jul 10 1997
- * Robb Matzke <matzke@llnl.gov>
+ * Robb Matzke
*
* Purpose: Public declarations for the H5MM (memory management)
* package.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
-#ifndef _H5MMpublic_H
-#define _H5MMpublic_H
+#ifndef H5MMpublic_H
+#define H5MMpublic_H
/* Public headers needed by this file */
#include "H5public.h"
@@ -41,4 +39,4 @@ extern "C" {
#ifdef __cplusplus
}
#endif
-#endif /* _H5MMpublic_H */
+#endif /* H5MMpublic_H */