summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_builtin_functions.h')
-rw-r--r--Zend/zend_builtin_functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h
index 60952922be..e6828fabc1 100644
--- a/Zend/zend_builtin_functions.h
+++ b/Zend/zend_builtin_functions.h
@@ -18,9 +18,9 @@
*/
-#ifndef _ZEND_BUILTIN_FUNCTIONS_H
-#define _ZEND_BUILTIN_FUNCTIONS_H
+#ifndef ZEND_BUILTIN_FUNCTIONS_H
+#define ZEND_BUILTIN_FUNCTIONS_H
int zend_startup_builtin_functions(void);
-#endif /* _ZEND_BUILTIN_FUNCTIONS_H */
+#endif /* ZEND_BUILTIN_FUNCTIONS_H */