* Don't include <stdio.h> in gh.h. Thanks to Han-Wen Nienhuys.
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Thu, 6 Jul 2000 08:48:14 +0000 (08:48 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Thu, 6 Jul 2000 08:48:14 +0000 (08:48 +0000)
THANKS
libguile/ChangeLog
libguile/gh.h

diff --git a/THANKS b/THANKS
index 700e4df..c4bcb65 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -11,4 +11,5 @@ For fixes or providing information which led to a fix:
 
        Brad Knotwell
     Nicolas Neuss
+    Han-Wen Nienhuys
     William Webber
index 2d8b967..5731e0f 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-06  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * gh.g:  Don't include <stdio.h>.  Thanks to Han-Wen Nienhuys for
+       the hint.
+
 2000-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * __scm.h (SCM_OUTOFRANGE, SCM_NALLOC, SCM_HUP_SIGNAL,
index b9b03cf..447c438 100644 (file)
@@ -47,8 +47,6 @@
 extern "C" {
 #endif
 
-#include <stdio.h>
-
 #include <libguile.h>
 
 /* gcc has extern inline functions that are basically as fast as macros */