summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index db0f956056..7127b1c47a 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -30,7 +30,7 @@
#endif
-#if 0&&WITH_BCMATH
+#if 0&&HAVE_BCMATH
#include "ext/bcmath/libbcmath/src/bcmath.h"
#endif
@@ -106,7 +106,7 @@ static inline zend_bool is_numeric_string(char *str, int length, long *lval, dou
if (dval) {
*dval = local_dval;
}
-#if 0&&WITH_BCMATH
+#if 0&&HAVE_BCMATH
if (length>16) {
register char *ptr=str, *end=str+length;