diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src/zero.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/zero.c b/ext/bcmath/libbcmath/src/zero.c index 4ee249ee71..4a7589eb96 100644 --- a/ext/bcmath/libbcmath/src/zero.c +++ b/ext/bcmath/libbcmath/src/zero.c @@ -41,7 +41,7 @@ /* In some places we need to check if the number NUM is zero. */ char -bc_is_zero (bc_num num TSRMLS_DC) +bc_is_zero (bc_num num) { int count; char *nptr; |