summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index 17757e8fc2..d87659f17e 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -31,8 +31,8 @@
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
-#ifndef _FILE_H
-#define _FILE_H
+#ifndef FILE_H
+#define FILE_H
extern PHP_MINIT_FUNCTION(file);
@@ -83,4 +83,4 @@ PHPAPI int php_file_le_popen(void);
PHPAPI int php_file_le_socket(void);
PHPAPI int php_file_le_uploads(void);
-#endif /* _FILE_H */
+#endif /* FILE_H */