[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.7 and 1.8

version 1.7, 2021/03/12 06:45:55 version 1.8, 2022/09/08 10:49:30
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.6 2020/10/04 03:14:07 noro Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/cmotag.h,v 1.7 2021/03/12 06:45:55 takayama Exp $ */
 /*  cmotag.h */  /*  cmotag.h */
 /* Never Use 0 as a CMO tag. */  /* Never Use 0 as a CMO tag. */
 /* If you add new CMO_*,  /* If you add new CMO_*,
Line 6 
Line 6 
    and modify the two files:     and modify the two files:
    OpenXM/doc/OpenXM-web/cmotag.h     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 <string.h>  #include <string.h>
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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