=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/up_lm.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- OpenXM_contrib2/asir2000/engine/up_lm.c 2015/08/08 14:19:41 1.10 +++ OpenXM_contrib2/asir2000/engine/up_lm.c 2015/08/14 13:51:55 1.11 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/engine/up_lm.c,v 1.9 2015/08/06 10:01:52 fujimoto Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/engine/up_lm.c,v 1.10 2015/08/08 14:19:41 fujimoto Exp $ */ #include "ca.h" #include @@ -257,7 +257,7 @@ void crup_lm(ModNum **f,int d,int *mod,int index,N m,N for ( j = 0; j <= d; j++ ) { #if 1 a = (UL)floor(k[j]); -#if defined(i386) || defined(__alpha) || defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) || defined(__x86_64) +#if defined(i386) || defined(__alpha) || defined(VISUAL) || defined(__MINGW32__) || defined(__x86_64) au = ((unsigned int *)&a)[1]; al = ((unsigned int *)&a)[0]; #else @@ -502,9 +502,6 @@ void hybrid_powertabup(UP f,UP xp,UP *tab) for ( i = 2; i < d; i++ ) { if ( debug_up ){ fprintf(stderr,"."); -#if defined(__MINGW32__) || defined(__MINGW64__) - fflush(stderr); -#endif } hybrid_mulup(FF_GFP,tab[i-1],xp,&t); hybrid_rembymulup_special(FF_GFP,t,f,invf,&tab[i]); @@ -529,9 +526,6 @@ void powertabup(UP f,UP xp,UP *tab) for ( i = 2; i < d; i++ ) { if ( debug_up ){ fprintf(stderr,"."); -#if defined(__MINGW32__) || defined(__MINGW64__) - fflush(stderr); -#endif } kmulup(tab[i-1],xp,&t); rembymulup_special(t,f,invf,&tab[i]);