summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2001-04-11 02:12:35 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2001-04-11 02:12:35 +0000
commita087ba812eaa248e7e192924919fbb2df5be2d44 (patch)
tree85c3f2f33d0757f1b0107e6bca5e57eecdd33682
parent508ded1cdbf2605bdb9bf5f9922561b7f2ec202d (diff)
downloadguile-a087ba812eaa248e7e192924919fbb2df5be2d44.tar.gz
* 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.)
-rw-r--r--libguile/ChangeLog6
-rw-r--r--libguile/goops.h2
2 files changed, 3 insertions, 5 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 9e4bd80ff..757697e83 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,8 +1,8 @@
2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
- * init.c, goops.c: Reverted change of 2001-03-29. (The goops
- module should be registered in order to work for an application
- which uses libguile statically linked.)
+ * 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.)
2001-04-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
diff --git a/libguile/goops.h b/libguile/goops.h
index c7de43bf4..624ca3075 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -237,9 +237,7 @@ SCM scm_m_atdispatch (SCM xorig, SCM env);
#ifdef GUILE_DEBUG
SCM scm_pure_generic_p (SCM obj);
#endif
-#if (SCM_DEBUG_DEPRECATED == 0)
extern void scm_init_oop_goops_goopscore_module (void);
-#endif /* (SCM_DEBUG_DEPRECATED == 0) */
SCM scm_sys_compute_slots (SCM c);
SCM scm_i_get_keyword (SCM key, SCM l, int len, SCM default_value, const char *subr);