summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 566a97c713..6c6593b067 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -19,8 +19,8 @@
/* $Id$ */
-#ifndef _PHP_DIR_H
-#define _PHP_DIR_H
+#ifndef PHP_DIR_H
+#define PHP_DIR_H
/* directory functions */
PHP_MINIT_FUNCTION(dir);
@@ -33,4 +33,4 @@ PHP_FUNCTION(rewinddir);
PHP_FUNCTION(readdir);
PHP_FUNCTION(getdir);
-#endif /* _PHP_DIR_H */
+#endif /* PHP_DIR_H */