=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.102 retrieving revision 1.105 diff -u -p -r1.102 -r1.105 --- OpenXM_contrib2/asir2000/include/ca.h 2017/08/31 02:36:21 1.102 +++ OpenXM_contrib2/asir2000/include/ca.h 2018/03/27 06:29:19 1.105 @@ -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.101 2017/08/30 09:40:30 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.104 2017/09/17 02:34:02 noro Exp $ */ #include #include @@ -195,6 +195,13 @@ typedef _int64 L; typedef unsigned _int64 UL; #endif +#if defined(__GNUC__) && SIZEOF_LONG == 8 +typedef __uint64_t U64; +typedef __uint128_t U128; +typedef __int64_t L64; +typedef __int128_t L128; +#endif + typedef struct oN { int p; unsigned int b[1]; @@ -1110,7 +1117,7 @@ extern struct oV oVAR[]; extern struct oV oPVAR[]; extern struct oVL oVLIST[]; extern struct oVL oPVLIST[]; -extern VL CO,ALG; +extern VL CO,ALG,LASTCO; extern VL PVL; extern R ONER; extern Q ONE;