From c62d2a9cfb45e31199914e5848976be795ae6e5b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 Jul 1993 04:22:57 +0000 Subject: [PATCH] (SIZE_TYPE): Don't define. From-SVN: r4809 --- gcc/config/i386/mach.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index 595ac080308..61a698836bc 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -15,9 +15,6 @@ /* 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" - /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 -- 2.30.2