[BACK]Return to cmotag.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/cmotag.h between version 1.4 and 1.5

version 1.4, 2000/01/18 06:18:12 version 1.5, 2000/02/02 02:03:43
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.3 2000/01/18 06:17:12 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.4 2000/01/18 06:18:12 takayama Exp $ */
 /*  cmotag.h */  /*  cmotag.h */
 /* Never Use 0 as a CMO tag. */  /* Never Use 0 as a CMO tag. */
 #define LARGEID   0x7f000000  /* If you add new CMO_*,
 #define CMO_PRIVATE 0x7fff0000     you need to make changes following the comment of cmo.c
      and modify the two files:
      OpenXM/doc/OpenXM-web/cmotag.h
      OpenXM/doc/OpenXM-specs/*.tex
   */
   #define LARGEID   0x7f000000    /* 2130706432 */
   #define CMO_PRIVATE 0x7fff0000  /* 2147418112 */
 #define CMO_ERROR  (LARGEID+1)  #define CMO_ERROR  (LARGEID+1)
 #define CMO_ERROR2 (LARGEID+2)  #define CMO_ERROR2 (LARGEID+2)
 #define CMO_NULL   1  #define CMO_NULL   1

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>