From 2778eaeaa277ce0c438ab058995013ef7a7a269d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 29 Apr 1993 21:13:46 +0000 Subject: Define SMALL_ARG_MAX From-SVN: r4279 --- gcc/config/i386/xm-sco.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc') diff --git a/gcc/config/i386/xm-sco.h b/gcc/config/i386/xm-sco.h index 7a39631..01a63d9 100644 --- a/gcc/config/i386/xm-sco.h +++ b/gcc/config/i386/xm-sco.h @@ -10,6 +10,9 @@ #define IO_BUFFER_SIZE (0x8000 - 1024) +/* SCO has a very small ARG_MAX. */ +#define SMALL_ARG_MAX + #ifndef __GNUC__ /* The SCO compiler gets it wrong, and treats enumerated bitfields as signed quantities, making it impossible to use an 8-bit enum -- cgit v1.1