summaryrefslogtreecommitdiff
path: root/gcc/config/i386/mach.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1993-07-01 04:22:57 +0000
committerRoland McGrath <roland@gcc.gnu.org>1993-07-01 04:22:57 +0000
commitc62d2a9cfb45e31199914e5848976be795ae6e5b (patch)
treee13ddf29188b219c59cfa0cbae181b3a1d203045 /gcc/config/i386/mach.h
parentd40bb52a590581c82637e817839bd650beb853f0 (diff)
downloadgcc-c62d2a9cfb45e31199914e5848976be795ae6e5b.tar.gz
(SIZE_TYPE): Don't define.
From-SVN: r4809
Diffstat (limited to 'gcc/config/i386/mach.h')
-rw-r--r--gcc/config/i386/mach.h3
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