1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* libguile.h: #include "objprop.h"; I guess this was forgotten.

* libguile.h: #include "__scm.h" before testing the STDC_HEADERS
preprocessor symbol; "__scm.h" is where it might get #defined.
* __scm.h: Similar: #include <scmconfig.h> before testing
HAVE_LIMITS_H.
This commit is contained in:
Jim Blandy 1996-08-15 07:22:51 +00:00
parent acc909e634
commit e94f0b3ca5

View file

@ -45,6 +45,8 @@
#include "__scm.h"
#ifdef STDC_HEADERS
# include <stdlib.h>
# ifdef AMIGA
@ -59,8 +61,6 @@
# endif /* def _SIZE_T */
#endif /* def STDC_HEADERS */
#include "__scm.h"
#include "smob.h"
@ -98,6 +98,7 @@
#include "marksweep.h"
#include "mbstrings.h"
#include "numbers.h"
#include "objprop.h"
#include "pairs.h"
#include "params.h"
#include "ports.h"