diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-01 04:22:57 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-01 04:22:57 +0000 |
commit | 801294ff26f32414a8c8b30e0bf89211a0676d40 (patch) | |
tree | e13ddf29188b219c59cfa0cbae181b3a1d203045 /gcc/config/i386/mach.h | |
parent | 4739409520ca74892d5c11f2c46be0e491f30249 (diff) | |
download | gcc-801294ff26f32414a8c8b30e0bf89211a0676d40.tar.gz |
(SIZE_TYPE): Don't define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/mach.h')
-rw-r--r-- | gcc/config/i386/mach.h | 3 |
1 files changed, 0 insertions, 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 |