dumpwordコマンド実行時やレジスタの内容を表示するときに、対応する文字を表示するよう仕様変更
[YACASL2.git] / include / cerr.h
index 586ab4d..878fd85 100644 (file)
@@ -21,6 +21,9 @@ typedef struct {
     char *msg;
 } CERRARRAY;
 
+/* エラーメッセージ */
+extern CERRARRAY cerr[];
+
 enum {
     MSGSIZE = 60,
 };