summaryrefslogtreecommitdiff
path: root/ext/bcmath/php3_bcmath.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-05-03 11:11:23 +0000
committerStig Bakken <ssb@php.net>1999-05-03 11:11:23 +0000
commit9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5 (patch)
treedf443a4ff508290695c3429e69d70c385d90dbaf /ext/bcmath/php3_bcmath.h
parent9a4031ad64feed4c56de601b83744a9822d4dcfa (diff)
downloadphp-git-9a66ffbaeec378acabd6f2f64b10dc0b9e2374a5.tar.gz
* added --enable-thread-safety switch
* now generating internal_functions.c
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