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>
Sat, 28 Jul 2012 11:03:04 +0000 (13:03 +0200)
commit6d46f1e48a76e3e5c9066a6e9ed417ac253d9d87
tree5e88b8523fb20ea310343a9655096cab42a7e947
parent41a9e8829c1720da01f3bd471552688806478a51
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