aboutsummaryrefslogtreecommitdiff
path: root/math/gmp/files/patch-mpz_set_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/gmp/files/patch-mpz_set_d.c')
-rw-r--r--math/gmp/files/patch-mpz_set_d.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/gmp/files/patch-mpz_set_d.c b/math/gmp/files/patch-mpz_set_d.c
deleted file mode 100644
index ec5c1a90b07a..000000000000
--- a/math/gmp/files/patch-mpz_set_d.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- mpz/set_d.c.orig Tue Mar 14 16:57:54 2006
-+++ mpz/set_d.c Wed Feb 7 07:56:31 2007
-@@ -56,6 +56,9 @@
- if (ALLOC(r) < rn)
- _mpz_realloc (r, rn);
-
-+ if (rn <= 0)
-+ rn = 0;
-+
- rp = PTR (r);
-
- switch (rn)