X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fcasl2.h;h=49f4c8c6e14552417660d1918e95bc00b8467c1c;hb=2d3d185962d2997a08cd2e674868cea35b99ae04;hp=fa8ec3b4ae23e1f69369e5684d985f936983ff1e;hpb=288d61424576d1aae956ea8e4b5fb89dc25909db;p=YACASL2.git 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, /* 命令の最大文字数 */