=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.103 retrieving revision 1.104 diff -u -p -r1.103 -r1.104 --- OpenXM_contrib2/asir2000/include/ca.h 2017/09/14 01:34:54 1.103 +++ OpenXM_contrib2/asir2000/include/ca.h 2017/09/17 02:34:02 1.104 @@ -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.102 2017/08/31 02:36:21 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.103 2017/09/14 01:34:54 noro Exp $ */ #include #include @@ -195,7 +195,7 @@ typedef _int64 L; typedef unsigned _int64 UL; #endif -#if defined(__GNUC__) +#if defined(__GNUC__) && SIZEOF_LONG == 8 typedef __uint64_t U64; typedef __uint128_t U128; typedef __int64_t L64;