Changeset 21a8be in git
- Timestamp:
- Nov 5, 2002, 2:01:17 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 5a229cd74b41624020717684b6c8ebcb66d4fdb2
- Parents:
- a7f2cfa27f219ffe9472b01f7422279ae5391c9e
- Location:
- MP/MP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/MP.h
ra7f2cfa r21a8be 1611 1611 1612 1612 #ifdef MP_HAVE_GMP_APREAL 1613 #include " gmp.h"1613 #include "mp_gmp.h" 1614 1614 1615 1615 EXTERN MP_BigRealOps_t imp_gmp_bigreal_ops; … … 1670 1670 1671 1671 #ifdef HAVE_GMP_PARI_CONVERSIONS 1672 #include " gmp.h"1672 #include "mp_gmp.h" 1673 1673 EXTERN mpz_ptr _pari_to_gmp(GEN pnum, mpz_ptr *gnum_ptr); 1674 1674 EXTERN GEN _gmp_to_pari(mpz_ptr gnum); … … 1728 1728 #ifdef MP_HAVE_SAC 1729 1729 #include "saclib.h" 1730 #include " gmp.h"1730 #include "mp_gmp.h" 1731 1731 1732 1732 EXTERN MP_BigIntOps_t sac_ops; -
MP/MP/Makefile.in
ra7f2cfa r21a8be 99 99 $(INSTALL_DATA) libMP.a $(libdir) 100 100 if $(RANLIB_TEST) ; then $(RANLIB) $(libdir)/libMP.a; else true; fi 101 $(INSTALL_DATA) mp_gmp.h $(includedir)102 101 $(INSTALL_DATA) MP.h $(includedir) 103 102 $(INSTALL_DATA) MP_Config.h $(includedir)
Note: See TracChangeset
for help on using the changeset viewer.