summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/bcmath.c2
-rw-r--r--ext/bcmath/php_bcmath.h (renamed from ext/bcmath/php3_bcmath.h)6
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index d4a7032376..e39f602445 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -21,7 +21,7 @@
#if WITH_BCMATH
#include "number.h"
-#include "php3_bcmath.h"
+#include "php_bcmath.h"
function_entry bcmath_functions[] = {
PHP_FE(bcadd, NULL)
diff --git a/ext/bcmath/php3_bcmath.h b/ext/bcmath/php_bcmath.h
index a6007e60d1..397ff03dd5 100644
--- a/ext/bcmath/php3_bcmath.h
+++ b/ext/bcmath/php_bcmath.h
@@ -30,8 +30,8 @@
/* $Id$ */
-#ifndef _PHP3_BCMATH_H
-#define _PHP3_BCMATH_H
+#ifndef _PHP_BCMATH_H
+#define _PHP_BCMATH_H
#if COMPILE_DL
#undef WITH_BCMATH
@@ -61,4 +61,4 @@ PHP_FUNCTION(bcscale);
#endif
-#endif /* _PHP3_BCMATH_H */
+#endif /* _PHP_BCMATH_H */