X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fword.h;h=72cde11ded2325be38311940c759511fbcd760c5;hp=6d83ef0138a79a757b61375461aaa18055f42bdd;hb=9a90bce10b932f8aa7045b9dceb4b99156666920;hpb=a901ac636091cc9d044a78525064b699ef7a2760 diff --git a/include/word.h b/include/word.h index 6d83ef0..72cde11 100644 --- a/include/word.h +++ b/include/word.h @@ -8,7 +8,8 @@ #include #include -#include "cerr.h" +/* wordのエラー定義 */ +bool addcerrlist_word(); /* WORD - 16ビットデータ型 */ typedef unsigned short WORD;