X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;fp=include%2Fstruct.h;h=ed58762a3a8334c338f448aede586db669571c33;hp=e36c13f7fb0d886ab49303f538a78edae75973dc;hb=9f54a56b4d6a4c2e09529a5e71ad0d84afa1ce45;hpb=7de5c2cc6f4936135f6646c9ed48661443f3d791 diff --git a/include/struct.h b/include/struct.h index e36c13f..ed58762 100644 --- a/include/struct.h +++ b/include/struct.h @@ -111,7 +111,7 @@ typedef struct { */ typedef struct _CMDTAB { struct _CMDTAB *next; /**<リスト次項目へのポインタ */ - COMET2CMD *cmd; /**<命令コード表の項目 */ + const COMET2CMD *cmd; /**<命令コード表の項目 */ } CMDTAB; /**