summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/neg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/neg.c')
-rw-r--r--ext/bcmath/libbcmath/src/neg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/neg.c b/ext/bcmath/libbcmath/src/neg.c
index 619a59bb05..65081dbef6 100644
--- a/ext/bcmath/libbcmath/src/neg.c
+++ b/ext/bcmath/libbcmath/src/neg.c
@@ -46,4 +46,3 @@ bc_is_neg (num)
{
return num->n_sign == MINUS;
}
-