Ubuntu 10.04 PPC版で判明した問題を修正
[YACASL2.git] / src / dumpword.c
index 0bc9a47..9574364 100644 (file)
@@ -26,6 +26,7 @@ int main(int argc, char *argv[])
     const char *usage = "Usage: %s [-alh] WORD\n";
 
     cerr_init();
+    addcerrlist_word();
     while((opt = getopt_long(argc, argv, "alh", longopts, NULL)) != -1) {
         switch(opt) {
         case 'l':