=================================================================== RCS file: /home/cvs/OpenXM/src/ox_pari/ox_pari.h,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/ox_pari/ox_pari.h 2015/08/21 01:20:30 1.1 +++ OpenXM/src/ox_pari/ox_pari.h 2020/08/26 06:03:31 1.3 @@ -2,8 +2,12 @@ #include #include #include "pari/pari.h" +#if 0 #include "pari/paripriv.h" +#endif #include "gmp.h" +/* inconsistency between PARI and GMP */ +#undef un #include "gmp-impl.h" #include "mpfr.h" #include "ox_toolkit.h" @@ -37,6 +41,7 @@ struct parif { char *name; GEN (*f)(); int type; + int opt; }; #define MPFR_PREC(x) ((x)->_mpfr_prec)