1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* Don't include <stdio.h> in gh.h. Thanks to Han-Wen Nienhuys.

This commit is contained in:
Dirk Herrmann 2000-07-06 08:48:14 +00:00
parent 45036de1f7
commit a6c12a04cf
3 changed files with 6 additions and 2 deletions

1
THANKS
View file

@ -11,4 +11,5 @@ For fixes or providing information which led to a fix:
Brad Knotwell
Nicolas Neuss
Han-Wen Nienhuys
William Webber

View 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,

View 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 */