1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,

scm_make_port_classes, scm_change_object_class,
scm_memoize_method): Changed to ordinary functions (was plugin
slots).
This commit is contained in:
Mikael Djurfeldt 2000-10-25 14:50:28 +00:00
parent acfee8e1d0
commit 5e8904311f
3 changed files with 5 additions and 11 deletions

View file

@ -82,10 +82,6 @@ SCM *scm_smob_class = 0;
SCM scm_no_applicable_method;
SCM (*scm_make_extended_class) (char *type_name);
void (*scm_make_port_classes) (int ptobnum, char *type_name);
void (*scm_change_object_class) (SCM, SCM, SCM);
/* This function is used for efficient type dispatch. */
SCM
scm_class_of (SCM x)