=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/cmotag.h,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/doc/OpenXM-web/cmotag.h 2000/02/02 02:03:41 1.2 +++ OpenXM/doc/OpenXM-web/cmotag.h 2015/08/18 02:24:04 1.4 @@ -1,5 +1,6 @@ -/* $OpenXM: OpenXM/doc/OpenXM-web/cmotag.h,v 1.1 2000/01/18 07:30:12 takayama Exp $ */ +/* $OpenXM: OpenXM/doc/OpenXM-web/cmotag.h,v 1.3 2000/09/08 17:14:55 takayama Exp $ */ /* cmotag.h */ +/* This file is the primary database of CMO tags. */ /* Never Use 0 as a CMO tag. */ #define LARGEID 0x7f000000 /* 2130706432 */ #define CMO_PRIVATE 0x7fff0000 /* 2147418112 */ @@ -12,7 +13,9 @@ #define CMO_MATHCAP 5 #define CMO_LIST 17 +#define CMO_ATTRIBUTE_LIST (LARGEID+3) + #define CMO_MONOMIAL32 19 #define CMO_ZZ 20 #define CMO_QQ 21 @@ -27,6 +30,7 @@ #define CMO_DISTRIBUTED_POLYNOMIAL 31 #define CMO_POLYNOMIAL_IN_ONE_VARIABLE 33 #define CMO_RATIONAL 34 +#define CMO_COMPLEX 35 #define CMO_64BIT_MACHINE_DOUBLE 40 #define CMO_ARRAY_OF_64BIT_MACHINE_DOUBLE 41