restore hashbig visibility

This commit is contained in:
Dennis Heimbigner 2012-01-30 17:06:59 +00:00
parent 76f9b30ea9
commit 7b3c25b9db

View File

@ -261,8 +261,6 @@ uint32_t *pb) /* IN: more seed OUT: secondary hash value */
*pc=c; *pb=b;
}
#ifndef WORDS_BIGENDIAN
/*
* hashlittle2: return 2 32-bit hash values
*
@ -447,9 +445,7 @@ hashlittle2(
final(a,b,c);
*pc=c; *pb=b;
}
#else /*WORDS_BIGENDIAN*/
#endif /*SELF_TEST*/
/*
@ -580,7 +576,6 @@ hashbig( const void *key, size_t length, uint32_t initval)
final(a,b,c);
return c;
}
#endif /*WORDS_BIGENDIAN*/
/*