diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src/num2long.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/num2long.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/num2long.c b/ext/bcmath/libbcmath/src/num2long.c index be84986d23..81e82a6fac 100644 --- a/ext/bcmath/libbcmath/src/num2long.c +++ b/ext/bcmath/libbcmath/src/num2long.c @@ -67,4 +67,3 @@ bc_num2long (num) else return (-val); } - |