Changeset a7f2cfa in git


Ignore:
Timestamp:
Nov 5, 2002, 1:01:37 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
21a8befd0c11806b3654c34f88c08f7a750354cb
Parents:
46cabe8b835c1f035c815d020c47b2ca632600a9
Message:
*hannes: gmp-4 adaption


git-svn-id: file:///usr/local/Singular/svn/trunk@6308 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
MP
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP.h

    r46cabe ra7f2cfa  
    15801580#ifdef MP_HAVE_GMP_APINT
    15811581
    1582 #include "gmp.h"
     1582#include "mp_gmp.h"
    15831583
    15841584EXTERN MP_BigIntOps_t imp_gmp_bigint_ops;
  • MP/MP/Makefile.in

    r46cabe ra7f2cfa  
    9999        $(INSTALL_DATA) libMP.a $(libdir)
    100100        if $(RANLIB_TEST) ; then $(RANLIB) $(libdir)/libMP.a; else true; fi
     101        $(INSTALL_DATA) mp_gmp.h $(includedir)
    101102        $(INSTALL_DATA) MP.h $(includedir)
    102103        $(INSTALL_DATA) MP_Config.h $(includedir)       
  • MP/MP/h/MP_GmpBigInt.h

    r46cabe ra7f2cfa  
    1414#ifdef MP_HAVE_GMP_APINT
    1515
    16 #include "gmp.h"
     16#include "mp_gmp.h"
    1717
    1818EXTERN MP_BigIntOps_t imp_gmp_bigint_ops;
  • MP/MP/h/MP_GmpBigReal.h

    r46cabe ra7f2cfa  
    1313
    1414#ifdef MP_HAVE_GMP_APREAL
    15 #include "gmp.h"
     15#include "mp_gmp.h"
    1616
    1717EXTERN MP_BigRealOps_t imp_gmp_bigreal_ops;
  • MP/MP/h/MP_PariBigInt.h

    r46cabe ra7f2cfa  
    4242
    4343#ifdef HAVE_GMP_PARI_CONVERSIONS
    44 #include "gmp.h"
     44#include "mp_gmp.h"
    4545EXTERN mpz_ptr _pari_to_gmp(GEN pnum, mpz_ptr *gnum_ptr);
    4646EXTERN GEN     _gmp_to_pari(mpz_ptr gnum);
  • MP/MP/h/MP_SacBigInt.h

    r46cabe ra7f2cfa  
    1212#ifdef MP_HAVE_SAC
    1313#include "saclib.h"
    14 #include "gmp.h"
     14#include "mp_gmp.h"
    1515
    1616EXTERN MP_BigIntOps_t sac_ops;
  • MP/MPT/MPT_ApNumber.cc

    r46cabe ra7f2cfa  
    139139
    140140#ifdef MP_HAVE_GMP_APINT     
    141 #include "gmp.h"
     141#include "mp_gmp.h"
    142142
    143143static void MPT_DeleteGmpApInt(MPT_Arg_t arg)
Note: See TracChangeset for help on using the changeset viewer.