diff options
Diffstat (limited to 'main/php_variables.h')
-rw-r--r-- | main/php_variables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_variables.h b/main/php_variables.h index 7c36d6fd28..8eb1a2078b 100644 --- a/main/php_variables.h +++ b/main/php_variables.h @@ -29,8 +29,8 @@ */ /* $Id$ */ -#ifndef _PHP_VARIABLES_H -#define _PHP_VARIABLES_H +#ifndef PHP_VARIABLES_H +#define PHP_VARIABLES_H #include "php.h" #include "SAPI.h" @@ -46,4 +46,4 @@ PHPAPI void php_register_variable(char *var, char *val, pval *track_vars_array E PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_array ELS_DC PLS_DC); -#endif /* _PHP_VARIABLES_H */ +#endif /* PHP_VARIABLES_H */ |