diff options
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/php_bcmath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 1a506481ea..8b0feb739c 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _PHP_BCMATH_H -#define _PHP_BCMATH_H +#ifndef PHP_BCMATH_H +#define PHP_BCMATH_H #if WITH_BCMATH @@ -56,4 +56,4 @@ PHP_FUNCTION(bcscale); #endif -#endif /* _PHP_BCMATH_H */ +#endif /* PHP_BCMATH_H */ |