diff options
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 3497b626fa..66bbc73844 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -21,8 +21,8 @@ /* $Id$ */ -#ifndef _PHP_ARRAY_H -#define _PHP_ARRAY_H +#ifndef PHP_ARRAY_H +#define PHP_ARRAY_H PHP_MINIT_FUNCTION(array); PHP_MSHUTDOWN_FUNCTION(array); @@ -99,4 +99,4 @@ extern int array_globals_id; extern php_array_globals array_globals; #endif -#endif /* _PHP_ARRAY_H */ +#endif /* PHP_ARRAY_H */ |