Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
diff jenkinsHash_lookup3.c @ 27:f82bd67d93fa
removed inlines to work with autoconf/library build
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 29 Oct 2012 16:46:11 +0100 |
| parents | b398837ef4aa |
| children |
line diff
1.1 --- a/jenkinsHash_lookup3.c Tue Sep 25 16:03:21 2012 +0200 1.2 +++ b/jenkinsHash_lookup3.c Mon Oct 29 16:46:11 2012 +0100 1.3 @@ -170,7 +170,7 @@ 1.4 hashlittle() has to dance around fitting the key bytes into registers. 1.5 -------------------------------------------------------------------- 1.6 */ 1.7 -inline uint32_t 1.8 + uint32_t 1.9 jenkHash32( 1.10 const uint32_t *k, /* the key, an array of uint32_t values */ 1.11 size_t length) /* the length of the key, in uint32_ts */
