aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-19 22:02:28 +0000
committerRichard Stallman <rms@gnu.org>1992-09-19 22:02:28 +0000
commitec35ef5057d8a75c3dc909f23e05a5d6f86dc066 (patch)
tree8e499f5588fc50db85bbcadacffa2a1ae30e157c
parent9e87cc8929353fabf59e883fe49005572b8469b0 (diff)
downloadgcc-ec35ef5057d8a75c3dc909f23e05a5d6f86dc066.zip
gcc-ec35ef5057d8a75c3dc909f23e05a5d6f86dc066.tar.gz
gcc-ec35ef5057d8a75c3dc909f23e05a5d6f86dc066.tar.bz2
(SIZE_TYPE): Defined.
From-SVN: r2186
-rw-r--r--gcc/config/i386/mach.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h
index be83339..f87ecf2 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. */