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:
parent
acc909e634
commit
e94f0b3ca5
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue