diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 983d098ca3..b387faa72c 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -33,8 +33,8 @@ /* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */ -#ifndef _PHPSTRING_H -#define _PHPSTRING_H +#ifndef PHP_STRING_H +#define PHP_STRING_H PHP_FUNCTION(strspn); PHP_FUNCTION(strcspn); @@ -123,4 +123,4 @@ PHPAPI char *php_strerror(int errnum); #define strerror php_strerror #endif -#endif /* _PHPSTRING_H */ +#endif /* PHP_STRING_H */ |