diff modules/hash @ 11640:66e1eeffb344

hash: make rotation more obvious * modules/hash (Depends-on): Add bitrotate and stdint. * lib/bitrotate.h (rotl_sz, rotr_sz): New functions. * lib/hash.c (headers): Drop limits.h. Add stdint.h. (SIZE_MAX): Rely on headers for definition. (hash_string) [USE_DIFF_HASH]: Use rotl_sz. (raw_hasher): Use rotr_sz. Suggested by Jim Meyering. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 18 Jun 2009 13:31:11 -0600
parents 6a764f23e302
children 157bb0cdd13a
line wrap: on
line diff
--- a/modules/hash
+++ b/modules/hash
@@ -7,7 +7,9 @@
 m4/hash.m4
 
 Depends-on:
+bitrotate
 stdbool
+stdint
 xalloc
 
 configure.ac: