From 9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 3 May 1999 11:11:23 +0000 Subject: * added --enable-thread-safety switch * now generating internal_functions.c --- ext/bcmath/php3_bcmath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/bcmath/php3_bcmath.h') 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 -- cgit v1.2.1