マクロ定義の重複を削除
[YACASL2.git] / include / cerr.h
index 662cff2..08532da 100644 (file)
@@ -6,11 +6,8 @@
 #include <string.h>
 #include <assert.h>
 #include <stdbool.h>
 #include <string.h>
 #include <assert.h>
 #include <stdbool.h>
-#include "cmem.h"
 
 
-#ifndef ARRAYSIZE
-#define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0]))
-#endif
+#include "cmem.h"
 
 /* エラーの構造体 */
 typedef struct {
 
 /* エラーの構造体 */
 typedef struct {