8sa1-gcc/gcc/config/i386/xm-sysv4.h
James Van Artsdalen f3b38b4d36 (alloca): Delete - already defined in xm-i386.h.
From-SVN: r3188
1993-01-11 02:42:40 +00:00

10 lines
226 B
C

/* Configuration for GCC for Intel i386 running System V Release 4. */
#include "i386/xm-i386.h"
#include "xm-svr4.h"
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif