Diction_bug

utzoo!decvax!duke!mcnc!unc!dopey.pbr utzoo!decvax!duke!mcnc!unc!dopey.pbr
Fri Mar 26 17:18:19 AEST 1982


	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.



More information about the Comp.bugs.4bsd.ucb-fixes mailing list