X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2FCERRARRAY.c;h=a20b7c7df2f32c9ae9df0edf5bd420a61df7872b;hb=de52e6f779e8682236319dd36180f1ab58ffeed9;hp=9499b67854ed812a55cb8f4fe600a61d4495bf3b;hpb=3ea92ba68cb320156d5bc7fe92f5e5fa0c150635;p=YACASL2.git diff --git a/test/unit/CERRARRAY.c b/test/unit/CERRARRAY.c index 9499b67..a20b7c7 100644 --- a/test/unit/CERRARRAY.c +++ b/test/unit/CERRARRAY.c @@ -1,7 +1,7 @@ #include "cerr.h" /* エラー番号とエラーメッセージ */ -CERRARRAY cerr_utest[] = { +CERR cerr_utest[] = { { 101, "label already defined" }, { 102, "label table is full" }, { 103, "label not found" },