*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Sun, 10 Nov 2002 22:07:10 +0000 (22:07 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 10 Nov 2002 22:07:10 +0000 (22:07 +0000)
ChangeLog
libguile/ChangeLog

index 7f7d7a1..c0b86fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-10  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (USE_THREADS, GUILE_ISELECT): Define always.  We
+       define them with AC_DEFINE and not in some header file so that
+       they are visible exactly in the same way as they used to be.
+
 2002-11-03  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * configure.in: Do not add "threads.o" to the libobjs, it is now
index cea46b1..8da44e4 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-10  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * __scm.h (USE_THREADS, GUILE_ISELECT): Do not define here.  They
+       are defined in configure.in.
+
+       * threads.c: Removed SCM_API from function definitions.  SCM_API
+       is only for declarations.
+
 2002-11-07  Mikael Djurfeldt  <mdj@linnaeus>
 
        * coop-pthreads.h: Added support for thread specific data to the