Deprecate 'scm_string_hash'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 11 Jan 2015 21:11:17 +0000 (22:11 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 11 Jan 2015 21:11:17 +0000 (22:11 +0100)
commit894d0b894daae001495c748b3352cd79918d3789
tree0a79ad9cbb38ed94e733cc008d51e5a682f11ba7
parent5943a62042432b86d757200ef595d7aebb5c9bac
Deprecate 'scm_string_hash'.

This function has been unused internally for some time and is undocumented.

* libguile/hash.c (scm_string_hash): Wrap if #if SCM_ENABLE_DEPRECATED
  == 1.
* libguile/hash.h (scm_string_hash): Likewise, and replace SCM_API with
  SCM_DEPRECATED.
libguile/hash.c
libguile/hash.h