summaryrefslogtreecommitdiff
path: root/math/pari/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/files/patch-ah')
-rw-r--r--math/pari/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/pari/files/patch-ah b/math/pari/files/patch-ah
deleted file mode 100644
index e8fe82a805d8..000000000000
--- a/math/pari/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN files_orig/patch-has_exp2.c files/patch-has_exp2.c
---- files_orig/patch-has_exp2.c Wed Dec 31 18:00:00 1969
-+++ files/patch-has_exp2.c Thu Sep 16 14:30:23 2004
-@@ -0,0 +1,6 @@
-+--- config/has_exp2.c_orig Thu Sep 16 08:46:59 1999
-++++ config/has_exp2.c Thu Sep 16 14:27:18 2004
-+@@ -1,2 +1,2 @@
-+ #include <math.h>
-+-main(){double x=exp2(1.0);}
-++main(){double x=exp2(0.666);}
-diff -urN files_orig/patch-has_log2.c files/patch-has_log2.c
---- files_orig/patch-has_log2.c Wed Dec 31 18:00:00 1969
-+++ files/patch-has_log2.c Thu Sep 16 14:30:50 2004
-@@ -0,0 +1,6 @@
-+--- config/has_log2.c_orig Wed Jan 8 18:16:55 2003
-++++ config/has_log2.c Thu Sep 16 14:27:07 2004
-+@@ -1,2 +1,2 @@
-+ #include <math.h>
-+-main(){double x=log2(1.0);}
-++main(){double x=log2(0.666);}