エラーをリストで格納し、分散して追加するように修正
[YACASL2.git] / include / word.h
index 6d83ef0..c1efb67 100644 (file)
@@ -10,6 +10,9 @@
 
 #include "cerr.h"
 
+/* wordのエラー定義 */
+bool addcerrlist_word();
+
 /* WORD - 16ビットデータ型 */
 typedef unsigned short WORD;