Deprecate C interfaces scm_compute_applicable_methods, scm_find_method
authorAndy Wingo <wingo@pobox.com>
Thu, 18 Dec 2014 20:31:18 +0000 (21:31 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:15:59 +0000 (16:15 +0100)
commite4aa440a2f6cb341ea187c63dc4fe310f4f148af
tree55bb54a9d8417d2567c9c6c19e77e5f9cf92f842
parentc0a56ec78ddf9df65f591104a1d7bbcada099477
Deprecate C interfaces scm_compute_applicable_methods, scm_find_method

* libguile/deprecated.h:
* libguile/deprecated.c (scm_compute_applicable_methods): Deprecate.
  This was the boot version of compute-applicable-methods, not the full
  version; the right thing to do is to call scheme.
  (scm_find_method): Deprecate.  Again, the right thing is to do this on
  the Scheme level.

* libguile/goops.c:
* libguile/goops.h: Deprecated code moved to deprecated.[ch].
libguile/deprecated.c
libguile/deprecated.h
libguile/goops.c
libguile/goops.h