=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.77 retrieving revision 1.79 diff -u -p -r1.77 -r1.79 --- OpenXM_contrib2/asir2000/include/ca.h 2009/03/16 16:56:35 1.77 +++ OpenXM_contrib2/asir2000/include/ca.h 2009/06/01 07:31:54 1.79 @@ -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.76 2009/03/16 16:43:03 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.78 2009/03/27 14:42:29 ohara Exp $ */ #include #include @@ -621,6 +621,7 @@ struct order_spec { Obj obj; int nv; int ispot; /* 1 means Position over Term (Pos then Term) */ + int pot_nelim; /* size of positions for pot-elimination order */ union { int simple; struct { @@ -2640,8 +2641,3 @@ void addnbp(VL vl,NBP p1,NBP p2, NBP *rp); 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); - -#if defined(PARI23) -#define prec precreal -#define mppgcd(a,b) (gcdii((a),(b))) -#endif