=================================================================== RCS file: /home/cvs/OpenXM/src/ox_pari/ox_pari.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/ox_pari/ox_pari.h 2017/03/31 02:17:52 1.2 +++ OpenXM/src/ox_pari/ox_pari.h 2020/08/26 06:03:31 1.3 @@ -2,7 +2,9 @@ #include #include #include "pari/pari.h" +#if 0 #include "pari/paripriv.h" +#endif #include "gmp.h" /* inconsistency between PARI and GMP */ #undef un @@ -39,6 +41,7 @@ struct parif { char *name; GEN (*f)(); int type; + int opt; }; #define MPFR_PREC(x) ((x)->_mpfr_prec)