1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +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

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