=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/cmotag.h,v retrieving revision 1.5 retrieving revision 1.8 diff -u -p -r1.5 -r1.8 --- OpenXM/src/kan96xx/plugin/cmotag.h 2000/02/02 02:03:43 1.5 +++ OpenXM/src/kan96xx/plugin/cmotag.h 2022/09/08 10:49:30 1.8 @@ -1,12 +1,18 @@ -/* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.4 2000/01/18 06:18:12 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.7 2021/03/12 06:45:55 takayama Exp $ */ /* cmotag.h */ /* Never Use 0 as a CMO tag. */ /* If you add new CMO_*, 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 + OpenXM/doc/OpenXM-specs/?*.tex + + Do not forget to execute + make gen-cmotag.htmp + to update cmotag.htmp */ +#include + #define LARGEID 0x7f000000 /* 2130706432 */ #define CMO_PRIVATE 0x7fff0000 /* 2147418112 */ #define CMO_ERROR (LARGEID+1)