X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdumpword.c;h=1a8a73ee22d959010504c0609f79988713306374;hp=a3c6a36a1157e91e01efb45ad9327858085aef26;hb=b0f981469cdea23225ca5c3ef0ca6759d6a92b43;hpb=a901ac636091cc9d044a78525064b699ef7a2760 diff --git a/src/dumpword.c b/src/dumpword.c index a3c6a36..1a8a73e 100644 --- a/src/dumpword.c +++ b/src/dumpword.c @@ -9,13 +9,6 @@ static struct option longopts[] = { {0, 0, 0, 0}, }; -CERRARRAY cerr[] = { - { 114, "not integer" }, - { 115, "not hex" }, - { 116, "out of hex range" }, - { 0, NULL }, -}; - int main(int argc, char *argv[]) { bool logicalmode = false; /* レジストリの内容を論理値(0〜65535)で表示する場合はtrue */