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 8c00905598..aeebd0bbb8 100644
--- a/ext/bcmath/libbcmath/src/neg.c
+++ b/ext/bcmath/libbcmath/src/neg.c
@@ -45,4 +45,3 @@ bc_is_neg (num)
{
return num->n_sign == MINUS;
}
-