Micah Cowan <[email protected]> writes: > But then when I actually got a chance to look at the patch, saw how > trivial it was. I committed something close, but not identical, to it > (particularly for hash.c): > http://hg.addictivecode.org/wget/mainline/rev/1f5794065912
Note that hash.c is supposed to be useful outside Wget and without config.h. (I've used it in various other projects that needed a nice and simple nice hash table implementation.) hash.c is supposed to be pure ISO C anyway, relying on a minimal number of system interfaces, which is why I hoped such self-sufficient checks might cut it for that file.
