mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
restore hashbig visibility
This commit is contained in:
parent
76f9b30ea9
commit
7b3c25b9db
@ -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*/
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user