summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/zero.c')
-rw-r--r--ext/bcmath/libbcmath/src/zero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/zero.c b/ext/bcmath/libbcmath/src/zero.c
index e21bb29252..dce77ba4aa 100644
--- a/ext/bcmath/libbcmath/src/zero.c
+++ b/ext/bcmath/libbcmath/src/zero.c
@@ -48,7 +48,7 @@ bc_is_zero (num)
char *nptr;
/* Quick check. */
- if (num == BCG(_zero_)) return TRUE;
+ if (num == _zero_) return TRUE;
/* Initialize */
count = num->n_len + num->n_scale;