Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
changeset 27:f82bd67d93fa MC_shared
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 | f0f5da84c4c4 |
| children | 18a72865dd78 |
| files | jenkinsHash_lookup3.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */
