]> gcc.gnu.org Git - gcc.git/commitdiff
[__HIGHC__]: Include alloca.h.
authorRichard Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:15:59 +0000 (18:15 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 29 Jul 1993 18:15:59 +0000 (18:15 +0000)
From-SVN: r5038

gcc/config/i386/xm-sysv4.h

index 359b0ea005656d64e11d505b904885fdb8976101..49d52b4e7f3b3fbf87646d4fc9e2d87001bb116c 100644 (file)
@@ -7,6 +7,9 @@
 #ifndef __GNUC__
 #define USE_C_ALLOCA
 #endif
+#ifdef __HIGHC__
+#include <alloca.h>            /* 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.  */
This page took 0.064815 seconds and 5 git commands to generate.