=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/H.c,v retrieving revision 1.7 retrieving revision 1.11 diff -u -p -r1.7 -r1.11 --- OpenXM_contrib2/asir2000/engine/H.c 2002/03/15 02:52:10 1.7 +++ OpenXM_contrib2/asir2000/engine/H.c 2015/08/14 13:51:54 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/H.c,v 1.6 2001/10/09 01:36:09 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/engine/H.c,v 1.10 2015/08/08 14:19:41 fujimoto Exp $ */ #include "ca.h" #include "inline.h" @@ -360,6 +360,10 @@ void henmain2(LUM f,UM g0,UM h0,UM a0,UM b0,int m,int #if 1 fprintf(stderr,"."); #endif + +#if defined(VISUAL) || defined(__MINGW32__) + check_intr(); +#endif /* at this point, f = gk*hk mod y^k */ #if 0 @@ -779,6 +783,9 @@ void henmain(LUM f,ML bqlist,ML cqlist,ML *listp) for ( i = 1; i < bound; i++ ) { #if 0 fprintf(stderr,"."); +#endif +#if defined(VISUAL) || defined(__MINGW32__) + check_intr(); #endif mullum(mod,i+1,l[0],l[1],wb0); for ( j = 2; j < np; j++ ) {