From ec35ef5057d8a75c3dc909f23e05a5d6f86dc066 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 19 Sep 1992 22:02:28 +0000 Subject: [PATCH] (SIZE_TYPE): Defined. From-SVN: r2186 --- gcc/config/i386/mach.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index be83339eaa4..f87ecf2cc22 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -6,6 +6,9 @@ /* Specify extra dir to search for include files. */ #define SYSTEM_INCLUDE_DIR "/usr/mach/include" + +/* Make stddef.h agree with types.h. */ +#define SIZE_TYPE "long int" /* Defines to be able to build libgcc.a with GCC. */ -- 2.30.2