メモリ管理の改善
[YACASL2.git] / include / word.h
index 6d83ef0..7f11c5e 100644 (file)
@@ -8,8 +8,12 @@
 #include <ctype.h>
 #include <stdbool.h>
 
+#include "cmem.h"
 #include "cerr.h"
 
+/* wordのエラー定義 */
+bool addcerrlist_word();
+
 /* WORD - 16ビットデータ型 */
 typedef unsigned short WORD;