Adopey.1998 net.bugs.4bsd utzoo!decvax!duke!mcnc!unc!dopey.pbr Fri Mar 26 17:18:19 1982 Diction_bug In the diction program, hash.c, ehash.c, and nhash.c have the variable entry declared. char *entry[]; The C Programming Language specifically states (p180) that entry is a reserved keyword, so I suggest that this declaration be changed to something that will be less trouble to future compilers. If the keyword entry is implemented, this will suddenly look like a bad declaration. Entry is the only reserved word that has not been implemented yet, so watch out for it.