diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src/str2num.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/str2num.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/str2num.c b/ext/bcmath/libbcmath/src/str2num.c index c484c158e5..18776c6308 100644 --- a/ext/bcmath/libbcmath/src/str2num.c +++ b/ext/bcmath/libbcmath/src/str2num.c @@ -41,7 +41,7 @@ /* Convert strings to bc numbers. Base 10 only.*/ void -bc_str2num (bc_num *num, char *str, int scale TSRMLS_DC) +bc_str2num (bc_num *num, char *str, int scale) { int digits, strscale; char *ptr, *nptr; |