OSDN Git Service

(SIZE_TYPE): Defined.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Sep 1992 22:02:28 +0000 (22:02 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Sep 1992 22:02:28 +0000 (22:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2186 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/mach.h

index be83339..f87ecf2 100644 (file)
@@ -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"
 \f
 /* Defines to be able to build libgcc.a with GCC.  */