X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;h=49f4c8c6e14552417660d1918e95bc00b8467c1c;hp=fa8ec3b4ae23e1f69369e5684d985f936983ff1e;hb=3f7c17da3a4728cca94609014f6a29625eb1cb20;hpb=288d61424576d1aae956ea8e4b5fb89dc25909db diff --git a/include/casl2.h b/include/casl2.h index fa8ec3b..49f4c8c 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -11,12 +11,9 @@ #include "word.h" #include "hash.h" +#include "cmem.h" #include "cerr.h" -#ifndef ARRAYSIZE -#define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0])) -#endif - /* COMET IIの規格 */ enum { CMDSIZE = 4, /* 命令の最大文字数 */