Deprecate scm_basic_make_class
authorAndy Wingo <wingo@pobox.com>
Sun, 4 Jan 2015 18:43:14 +0000 (13:43 -0500)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:16:00 +0000 (16:16 +0100)
commit28b818d3038363fa76abd345925e08233d23a824
tree843848cd76da5f5f31be0a3569c512bb1a14d83a
parent51fd1cd650755f60e21ed54957348c171a3648a5
Deprecate scm_basic_make_class

* libguile/deprecated.h:
* libguile/deprecated.c (scm_basic_make_class): Deprecate.

* libguile/goops.c:
* libguile/goops.h (scm_make_standard_class): New internal helper.  It's
  a better spelling, as it matches make-standard-class, and is internal
  so as not to cause confusion between boot GOOPS helpers and "real"
  GOOPS interfaces.
libguile/deprecated.c
libguile/deprecated.h
libguile/goops.c
libguile/goops.h