Remove scm_c_extend_primitive_generic
* libguile/goops.h (scm_c_extend_primitive_generic): Remove public interface. This was introduced in 2003 with the "extended" generics but never documented, unused as far as I can tell, and is better accessed from Scheme. * libguile/goops.c: Remove support for scm_c_extend_primitive_generic. Simplify capture of change-class.
This commit is contained in:
parent
2b7692bcc4
commit
5a6165db6e
2 changed files with 1 additions and 68 deletions
|
|
@ -167,7 +167,6 @@ SCM_API SCM scm_generic_capability_p (SCM proc);
|
|||
SCM_API SCM scm_enable_primitive_generic_x (SCM subrs);
|
||||
SCM_INTERNAL SCM scm_set_primitive_generic_x (SCM subr, SCM generic);
|
||||
SCM_API SCM scm_primitive_generic_generic (SCM subr);
|
||||
SCM_API void scm_c_extend_primitive_generic (SCM subr, SCM extension);
|
||||
SCM_API SCM stklos_version (void);
|
||||
SCM_API SCM scm_make (SCM args);
|
||||
SCM_API void scm_change_object_class (SCM, SCM, SCM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue