1
Fork 0
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:
Jim Blandy 1997-05-29 02:20:19 +00:00
parent 69e0587b1c
commit d16332b312

View file

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