mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 08:40:19 +02:00
%init-goops-builtins is an extension, not a global
* libguile/goops.h: * libguile/goops.c (scm_init_goops, scm_init_goops_builtins): Move %init-goops-builtins to be an extension instead of a globally accessible function. * module/oop/goops.scm: Adapt.
This commit is contained in:
parent
9167e0b88d
commit
6ab1939653
3 changed files with 7 additions and 8 deletions
|
@ -304,7 +304,6 @@ SCM_API SCM scm_wta_dispatch_n (SCM gf, SCM args, int pos, const char *subr);
|
|||
SCM_INTERNAL SCM scm_i_define_class_for_vtable (SCM vtable);
|
||||
|
||||
|
||||
SCM_INTERNAL SCM scm_init_goops_builtins (void);
|
||||
SCM_INTERNAL void scm_init_goops (void);
|
||||
|
||||
#endif /* SCM_GOOPS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue