Merge branch 'master' of linux
[YACASL2.git] / include / word.h
index 6d83ef0..72cde11 100644 (file)
@@ -8,7 +8,8 @@
 #include <ctype.h>
 #include <stdbool.h>
 
-#include "cerr.h"
+/* wordのエラー定義 */
+bool addcerrlist_word();
 
 /* WORD - 16ビットデータ型 */
 typedef unsigned short WORD;