mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* eval.c: Include scmconfig.h at the beginning of the file so that
HAVE_ALLOCA_H may properly be defined. Thanks to Bill Janssen for pointing this out.
This commit is contained in:
parent
69e0587b1c
commit
d16332b312
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
|
||||
#ifndef DEVAL
|
||||
|
||||
/* We need this to get the definitions for HAVE_ALLOCA_H, etc. */
|
||||
#include "scmconfig.h"
|
||||
|
||||
/* AIX requires this to be the first thing in the file. The #pragma
|
||||
directive is indented so pre-ANSI compilers will ignore it, rather
|
||||
than choke on it. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue