From: Richard Stallman Date: Sat, 19 Sep 1992 22:02:28 +0000 (+0000) Subject: (SIZE_TYPE): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec35ef5057d8a75c3dc909f23e05a5d6f86dc066;p=gcc.git (SIZE_TYPE): Defined. From-SVN: r2186 --- 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. */