summaryrefslogtreecommitdiff
path: root/ext/bcmath/php3_bcmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/php3_bcmath.h')
-rw-r--r--ext/bcmath/php3_bcmath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/php3_bcmath.h b/ext/bcmath/php3_bcmath.h
index 68fb5fa911..8656f83339 100644
--- a/ext/bcmath/php3_bcmath.h
+++ b/ext/bcmath/php3_bcmath.h
@@ -41,7 +41,7 @@
#if WITH_BCMATH
extern php3_module_entry bcmath_module_entry;
-#define bcmath_module_ptr &bcmath_module_entry
+#define phpext_bcmath_ptr &bcmath_module_entry
extern int php3_rinit_bcmath(INIT_FUNC_ARGS);
extern int php3_rend_bcmath(SHUTDOWN_FUNC_ARGS);
@@ -57,7 +57,7 @@ extern void php3_bcmath_set_scale(INTERNAL_FUNCTION_PARAMETERS);
#else
-#define bcmath_module_ptr NULL
+#define phpext_bcmath_ptr NULL
#endif