[BACK]Return to ox_pari.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Diff for /OpenXM/src/ox_pari/ox_pari.h between version 1.1 and 1.2

version 1.1, 2015/08/21 01:20:30 version 1.2, 2017/03/31 02:17:52
Line 4 
Line 4 
 #include "pari/pari.h"  #include "pari/pari.h"
 #include "pari/paripriv.h"  #include "pari/paripriv.h"
 #include "gmp.h"  #include "gmp.h"
   /* inconsistency between PARI and GMP */
   #undef un
 #include "gmp-impl.h"  #include "gmp-impl.h"
 #include "mpfr.h"  #include "mpfr.h"
 #include "ox_toolkit.h"  #include "ox_toolkit.h"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>