summaryrefslogtreecommitdiff
path: root/ext/yp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yp')
-rw-r--r--ext/yp/php_yp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/yp/php_yp.h b/ext/yp/php_yp.h
index bd9a88beee..2d44059ee4 100644
--- a/ext/yp/php_yp.h
+++ b/ext/yp/php_yp.h
@@ -28,8 +28,8 @@
*/
/* $Id$ */
-#ifndef _PHP_YP_H
-#define _PHP_YP_H
+#ifndef PHP_YP_H
+#define PHP_YP_H
#if HAVE_YP
@@ -53,4 +53,4 @@ PHP_MINFO_FUNCTION(yp);
#define phpext_yp_ptr yp_module_ptr
-#endif /* _PHP_YP_H */
+#endif /* PHP_YP_H */