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