hash() now returns same value on 2-byte and 4-byte machines

This commit is contained in:
ceriel 1991-02-04 14:25:58 +00:00
parent 72e4ab8c17
commit 357baf08ad

View File

@ -468,7 +468,7 @@ ok:
hash(p)
register char *p;
{
register unsigned h;
register unsigned short h;
register c;
h = 0;