=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.69 retrieving revision 1.74 diff -u -p -r1.69 -r1.74 --- OpenXM_contrib2/asir2000/include/ca.h 2008/08/08 11:16:34 1.69 +++ OpenXM_contrib2/asir2000/include/ca.h 2009/01/05 01:47:30 1.74 @@ -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.73 2009/01/04 05:44:51 noro Exp $ */ #include #include @@ -625,6 +625,7 @@ struct order_spec { int id; Obj obj; int nv; + int ispot; /* 1 means Position over Term (Pos then Term) */ union { int simple; struct { @@ -2643,6 +2644,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