From f5c081fd9e732848231f6b4151cf8ff6e584a6d7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 29 Jul 1993 18:15:59 +0000 Subject: [PATCH] [__HIGHC__]: Include alloca.h. From-SVN: r5038 --- gcc/config/i386/xm-sysv4.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/xm-sysv4.h b/gcc/config/i386/xm-sysv4.h index 359b0ea00565..49d52b4e7f3b 100644 --- a/gcc/config/i386/xm-sysv4.h +++ b/gcc/config/i386/xm-sysv4.h @@ -7,6 +7,9 @@ #ifndef __GNUC__ #define USE_C_ALLOCA #endif +#ifdef __HIGHC__ +#include /* for MetaWare High-C on NCR System 3000 */ +#endif /* Univel, at least, has a small ARG_MAX. Defining this is harmless except for causing extra stat calls in the driver program. */ -- 2.43.5