=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/cmotag.h,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/doc/OpenXM-web/cmotag.h 2000/01/18 07:30:12 1.1 +++ OpenXM/doc/OpenXM-web/cmotag.h 2000/09/08 17:14:55 1.3 @@ -1,8 +1,9 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/doc/OpenXM-web/cmotag.h,v 1.2 2000/02/02 02:03:41 takayama Exp $ */ /* cmotag.h */ +/* This file is the primary database of CMO tags. */ /* Never Use 0 as a CMO tag. */ -#define LARGEID 0x7f000000 -#define CMO_PRIVATE 0x7fff0000 +#define LARGEID 0x7f000000 /* 2130706432 */ +#define CMO_PRIVATE 0x7fff0000 /* 2147418112 */ #define CMO_ERROR2 (LARGEID+2) #define CMO_NULL 1 @@ -11,6 +12,8 @@ #define CMO_STRING 4 #define CMO_MATHCAP 5 #define CMO_LIST 17 + +#define CMO_ATTRIBUTE_LIST (LARGEID+3) #define CMO_MONOMIAL32 19