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:
parent
45036de1f7
commit
a6c12a04cf
3 changed files with 6 additions and 2 deletions
1
THANKS
1
THANKS
|
@ -11,4 +11,5 @@ For fixes or providing information which led to a fix:
|
|||
|
||||
Brad Knotwell
|
||||
Nicolas Neuss
|
||||
Han-Wen Nienhuys
|
||||
William Webber
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue