=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.69 retrieving revision 1.71 diff -u -p -r1.69 -r1.71 --- OpenXM_contrib2/asir2000/include/ca.h 2008/08/08 11:16:34 1.69 +++ OpenXM_contrib2/asir2000/include/ca.h 2008/08/11 16:51:30 1.71 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.68 2007/02/15 02:06:20 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.70 2008/08/11 16:23:24 ohara Exp $ */ #include #include @@ -2643,6 +2643,7 @@ 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); -/* imported from FreeBSD ports collection */ -/* pari-2.2.8.alpha change rename 'prec' -> 'precreal' [ from paripriv.h ] */ +#if defined(PARI23) #define prec precreal +#define mppgcd(a,b) (gcdii((a),(b))) +#endif