(scm_init_goops_builtins): Renamed from
`scm_init_goops'. Do not explicitly create/switch modules. Return SCM_UNSPECIFIED. (scm_init_goops): Only register `%init-goops-builtins' procedure. (scm_load_goops): Use scm_c_resolve_module instead of scm_resolve_module.
This commit is contained in:
parent
e2d085f3a2
commit
abd28220e7
2 changed files with 10 additions and 12 deletions
|
|
@ -237,7 +237,6 @@ SCM scm_m_atdispatch (SCM xorig, SCM env);
|
|||
#ifdef GUILE_DEBUG
|
||||
SCM scm_pure_generic_p (SCM obj);
|
||||
#endif
|
||||
extern void scm_init_oop_goops_goopscore_module (void);
|
||||
|
||||
SCM scm_sys_compute_slots (SCM c);
|
||||
SCM scm_i_get_keyword (SCM key, SCM l, int len, SCM default_value, const char *subr);
|
||||
|
|
@ -281,6 +280,8 @@ SCM stklos_version (void);
|
|||
SCM scm_make (SCM args);
|
||||
SCM scm_find_method (SCM args);
|
||||
SCM scm_sys_method_more_specific_p (SCM m1, SCM m2, SCM targs);
|
||||
|
||||
SCM scm_init_goops_builtins (void);
|
||||
void scm_init_goops (void);
|
||||
|
||||
#endif /* GOOPSH */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue