summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r--ext/standard/info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h
index cb8b2aee61..9bf5c2a002 100644
--- a/ext/standard/info.h
+++ b/ext/standard/info.h
@@ -29,8 +29,8 @@
*/
/* $Id$ */
-#ifndef _INFO_H
-#define _INFO_H
+#ifndef INFO_H
+#define INFO_H
#define PHP_ENTRY_NAME_COLOR "#CCCCFF"
#define PHP_CONTENTS_COLOR "#CCCCCC"
@@ -78,4 +78,4 @@ PHPAPI void php_info_print_hr(void);
void register_phpinfo_constants(INIT_FUNC_ARGS);
-#endif /* _INFO_H */
+#endif /* INFO_H */