=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.91 retrieving revision 1.92 diff -u -p -r1.91 -r1.92 --- OpenXM_contrib2/asir2000/include/ca.h 2015/08/06 10:01:52 1.91 +++ OpenXM_contrib2/asir2000/include/ca.h 2015/08/06 10:39:13 1.92 @@ -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/include/ca.h,v 1.90 2015/08/06 00:43:21 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.91 2015/08/06 10:01:52 fujimoto Exp $ */ #include #include @@ -779,7 +779,7 @@ typedef unsigned int ModNum; #endif /* for setjmp/longjmp compatibility */ -#if defined(__CYGWIN__) || defined(__x86_64) +#if defined(__CYGWIN__) || (defined(__x86_64) && !defined(__MINGW64__)) #define JMP_BUF sigjmp_buf #define SETJMP(x) sigsetjmp(x,~0) #define LONGJMP(x,y) siglongjmp(x,y)