summaryrefslogtreecommitdiff
path: root/libguile/goops.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-01-11 22:01:47 +0100
committerAndy Wingo <wingo@pobox.com>2015-01-23 16:16:02 +0100
commit60061fe0fe50536693a34b2acd5c282f342fc7c3 (patch)
tree7e7f586c4a602c54475b662c85ee2f3b16723b5e /libguile/goops.h
parent2025a02793282b5548372939e43c72d13933853d (diff)
downloadguile-60061fe0fe50536693a34b2acd5c282f342fc7c3.tar.gz
Incorporate %inherit-magic! into %init-layout!
* libguile/goops.c (scm_make_standard_class, scm_sys_init_layout_x): Move definitions up. Incorporate scm_sys_inherit_magic_x into scm_sys_init_layout_x. * libguile/goops.h: Remove scm_sys_init_layout_x declaration.
Diffstat (limited to 'libguile/goops.h')
-rw-r--r--libguile/goops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/goops.h b/libguile/goops.h
index fafd7fa37..ca9c41bf0 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -102,7 +102,6 @@ SCM_API SCM scm_slot_ref (SCM obj, SCM slot_name);
SCM_API SCM scm_slot_set_x (SCM obj, SCM slot_name, SCM value);
SCM_INTERNAL void scm_i_inherit_applicable (SCM c);
-SCM_API SCM scm_sys_inherit_magic_x (SCM c, SCM dsupers);
SCM_API SCM scm_instance_p (SCM obj);
SCM_API int scm_is_generic (SCM x);
SCM_API int scm_is_method (SCM x);