From 7b3c25b9dbbf9844266a8aa3a13ea90f2e4e475a Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Mon, 30 Jan 2012 17:06:59 +0000 Subject: [PATCH] restore hashbig visibility --- libsrc/lookup3.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libsrc/lookup3.c b/libsrc/lookup3.c index 05d04614b..5df3c72b9 100644 --- a/libsrc/lookup3.c +++ b/libsrc/lookup3.c @@ -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*/ /*