=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/H.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM_contrib2/asir2000/engine/H.c 2002/03/15 02:52:10 1.7 +++ OpenXM_contrib2/asir2000/engine/H.c 2013/11/29 08:21:29 1.8 @@ -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.7 2002/03/15 02:52:10 noro 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) + 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) + check_intr(); #endif mullum(mod,i+1,l[0],l[1],wb0); for ( j = 2; j < np; j++ ) {