mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* init.c, goops.c, goops.h: Reverted change of 2001-03-29. (The
goops module should be registered in order to work for an application which uses libguile statically linked.)
This commit is contained in:
parent
508ded1cdb
commit
a087ba812e
2 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||||
|
|
||||||
* init.c, goops.c: Reverted change of 2001-03-29. (The goops
|
* init.c, goops.c, goops.h: Reverted change of 2001-03-29. (The
|
||||||
module should be registered in order to work for an application
|
goops module should be registered in order to work for an
|
||||||
which uses libguile statically linked.)
|
application which uses libguile statically linked.)
|
||||||
|
|
||||||
2001-04-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2001-04-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
|
|
|
@ -237,9 +237,7 @@ SCM scm_m_atdispatch (SCM xorig, SCM env);
|
||||||
#ifdef GUILE_DEBUG
|
#ifdef GUILE_DEBUG
|
||||||
SCM scm_pure_generic_p (SCM obj);
|
SCM scm_pure_generic_p (SCM obj);
|
||||||
#endif
|
#endif
|
||||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
|
||||||
extern void scm_init_oop_goops_goopscore_module (void);
|
extern void scm_init_oop_goops_goopscore_module (void);
|
||||||
#endif /* (SCM_DEBUG_DEPRECATED == 0) */
|
|
||||||
|
|
||||||
SCM scm_sys_compute_slots (SCM c);
|
SCM scm_sys_compute_slots (SCM c);
|
||||||
SCM scm_i_get_keyword (SCM key, SCM l, int len, SCM default_value, const char *subr);
|
SCM scm_i_get_keyword (SCM key, SCM l, int len, SCM default_value, const char *subr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue