and for x64w

This commit is contained in:
jasonmoxham 2011-04-07 14:21:03 +00:00
parent 3f15c30522
commit 59dc133875
2 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,5 @@ MA 02110-1301, USA. */
#include "mpir.h" #include "mpir.h"
#include "gmp-impl.h" #include "gmp-impl.h"
//#ifndef mpn_copyd
void mpn_copyd(mp_ptr rp,mp_srcptr sp,mp_size_t n) void mpn_copyd(mp_ptr rp,mp_srcptr sp,mp_size_t n)
{MPN_COPY_DECR(rp,sp,n);return;} {MPN_COPY_DECR(rp,sp,n);return;}
//#endif

View File

@ -22,7 +22,5 @@ MA 02110-1301, USA. */
#include "mpir.h" #include "mpir.h"
#include "gmp-impl.h" #include "gmp-impl.h"
//#ifndef mpn_copyi
void mpn_copyi(mp_ptr rp,mp_srcptr sp,mp_size_t n) void mpn_copyi(mp_ptr rp,mp_srcptr sp,mp_size_t n)
{MPN_COPY_INCR(rp,sp,n);return;} {MPN_COPY_INCR(rp,sp,n);return;}
//#endif