guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile ChangeLog goops.h


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog goops.h
Date: Tue, 10 Apr 2001 19:12:35 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:             01/04/10 19:12:35

Modified files:
        guile-core/libguile: ChangeLog goops.h 

Log message:
        * 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.)

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1349&tr2=1.1350r1=text&r2=text
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/goops.h.diff?tr1=1.11&tr2=1.12r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1349 
guile/guile-core/libguile/ChangeLog:1.1350
--- guile/guile-core/libguile/ChangeLog:1.1349  Tue Apr 10 19:09:34 2001
+++ guile/guile-core/libguile/ChangeLog Tue Apr 10 19:12:35 2001
@@ -1,8 +1,8 @@
 2001-04-10  Mikael Djurfeldt  <address@hidden>
 
-       * 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  <address@hidden>
 
Index: guile/guile-core/libguile/goops.h
diff -u guile/guile-core/libguile/goops.h:1.11 
guile/guile-core/libguile/goops.h:1.12
--- guile/guile-core/libguile/goops.h:1.11      Thu Mar 29 18:50:38 2001
+++ guile/guile-core/libguile/goops.h   Tue Apr 10 19:12:35 2001
@@ -237,9 +237,7 @@
 #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); 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]