deprecate make-vtable-vtable
authorAndy Wingo <wingo@pobox.com>
Fri, 18 Nov 2011 10:50:50 +0000 (11:50 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 24 Nov 2011 10:47:36 +0000 (11:47 +0100)
commit0818837f65fbf141caa84e5d46f93e6e56c1a370
treef20359d40643b21eb8d191f15c4542b04da200c2
parent5139b7b928fe1ddcdae1107470090a275eba9f19
deprecate make-vtable-vtable

* libguile/struct.h:
* libguile/struct.c (scm_make_vtable_vtable): Deprecate, as you can
  handle most of the use cases with make-vtable, and we don't want to
  promote the creation of new roots to the type hierarchy.
  (scm_i_make_vtable_vtable): The internal replacement.
libguile/goops.c
libguile/struct.c
libguile/struct.h