summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index 9c7b322c62..e67f051f03 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -25,8 +25,8 @@
/* $Id$ */
-#ifndef _PHP_ZLIB_H
-#define _PHP_ZLIB_H
+#ifndef PHP_ZLIB_H
+#define PHP_ZLIB_H
#if HAVE_ZLIB
@@ -73,4 +73,4 @@ PHP_FUNCTION(gzuncompress);
#define phpext_zlib_ptr zlib_module_ptr
-#endif /* _PHP_ZLIB_H */
+#endif /* PHP_ZLIB_H */