From 59dc13387546adcd862beebe6a2b876bd1217253 Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Thu, 7 Apr 2011 14:21:03 +0000 Subject: [PATCH] and for x64w --- mpn/x86_64w/fat/copyd.c | 2 -- mpn/x86_64w/fat/copyi.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/mpn/x86_64w/fat/copyd.c b/mpn/x86_64w/fat/copyd.c index 4c348363..26fab7e0 100644 --- a/mpn/x86_64w/fat/copyd.c +++ b/mpn/x86_64w/fat/copyd.c @@ -22,7 +22,5 @@ MA 02110-1301, USA. */ #include "mpir.h" #include "gmp-impl.h" -//#ifndef mpn_copyd void mpn_copyd(mp_ptr rp,mp_srcptr sp,mp_size_t n) {MPN_COPY_DECR(rp,sp,n);return;} -//#endif diff --git a/mpn/x86_64w/fat/copyi.c b/mpn/x86_64w/fat/copyi.c index 08e33c04..339f227d 100644 --- a/mpn/x86_64w/fat/copyi.c +++ b/mpn/x86_64w/fat/copyi.c @@ -22,7 +22,5 @@ MA 02110-1301, USA. */ #include "mpir.h" #include "gmp-impl.h" -//#ifndef mpn_copyi void mpn_copyi(mp_ptr rp,mp_srcptr sp,mp_size_t n) {MPN_COPY_INCR(rp,sp,n);return;} -//#endif