diff options
author | Andy Wingo <wingo@pobox.com> | 2015-01-22 14:49:36 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-01-22 14:49:36 +0100 |
commit | e19235e21bad6fdf8c8152dc5b460685b551f330 (patch) | |
tree | 7418d69646df059651392ec11e16087cd18fb4a2 /libguile/hash.c | |
parent | baf90102cf39f4fdfb446df9ba8f4407b88ea794 (diff) | |
parent | 01a301d1b606b84d986b735049e7155d2f4cd6aa (diff) |
Merge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa'
Conflicts:
libguile/hash.c
Diffstat (limited to 'libguile/hash.c')
-rw-r--r-- | libguile/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/hash.c b/libguile/hash.c index b0bf04629..d6ddb6b3b 100644 --- a/libguile/hash.c +++ b/libguile/hash.c @@ -126,7 +126,7 @@ wide_string_hash (const scm_t_wchar *str, size_t len) return ret; } -unsigned long +unsigned long scm_i_string_hash (SCM str) { size_t len = scm_i_string_length (str); |