diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 13:41:55 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 13:41:55 +0000 |
| commit | 2bbd5b591e8d274dd9161bfc72c9619ffe3c0c37 (patch) | |
| tree | c42bbaae1b08f7c80796c8d43a3bb1ea6ca904d5 /math/asir2000/files/patch-da | |
| parent | Fix compilation on AMD64 due to missing APM interface (diff) | |
Update to 20070806
PR: 115522
Submitted by: Tomokatsu SAITO <saito@asir.org>
Notes
Notes:
svn path=/head/; revision=198643
Diffstat (limited to 'math/asir2000/files/patch-da')
| -rw-r--r-- | math/asir2000/files/patch-da | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/asir2000/files/patch-da b/math/asir2000/files/patch-da index c8cef6038b6f..3dbd9ddb867b 100644 --- a/math/asir2000/files/patch-da +++ b/math/asir2000/files/patch-da @@ -1,9 +1,9 @@ ---- include/ca.h.org Sun Apr 16 09:51:14 2006 -+++ include/ca.h Thu Apr 20 15:45:58 2006 -@@ -2640,3 +2640,6 @@ - void mulnbp(VL vl,NBP p1,NBP p2, NBP *rp); - void pwrnbp(VL vl,NBP p1,Q n, NBP *rp); - int compnbp(VL vl,NBP p1,NBP p2); +--- include/ca.h.orig Tue Aug 2 16:16:42 2005 ++++ include/ca.h Fri Nov 10 01:35:17 2006 +@@ -2607,3 +2607,6 @@ + void bcopy(const void *,void *,int); + char *index(char *,int); + #endif + +/* pari-2.2.16-beta change rename 'prec' -> 'precreal' [ from paripriv.h ] */ +#define prec precreal |
