deprecate scm_whash API
authorAndy Wingo <wingo@pobox.com>
Sun, 1 May 2011 18:30:54 +0000 (20:30 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 1 May 2011 18:55:50 +0000 (20:55 +0200)
commitd1c4720ca382c5588a52108326343eaaab9063ca
treec583262003f9e3c78c91be7d49f09f1469289b5f
parentecc9d1b547b21830f5ce4f1eaceb6b9dde44e5dc
deprecate scm_whash API

* libguile/deprecated.h:
* libguile/deprecated.c (scm_whash_get_handle, SCM_WHASHFOUNDP)
  (SCM_WHASHREF, SCM_WHASHSET, scm_whash_create_handle)
  (scm_whash_lookup, scm_whash_insert): Deprecate this API.

* libguile/srcprop.c:
* libguile/srcprop.h:
* libguile/read.c (scm_read_sexp): Use the hashq API instead of the
  whash API.
libguile/deprecated.c
libguile/deprecated.h
libguile/read.c
libguile/srcprop.c
libguile/srcprop.h