From fc54f375900259ca0c837741911e72233188b555 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 29 Jun 1992 02:49:50 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1330 --- gcc/config/i386/sun.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 655e63c86f4..47f27374e07 100644 --- a/gcc/config/i386/sun.h +++ b/gcc/config/i386/sun.h @@ -48,6 +48,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CPP_PREDEFINES "-Dunix -Di386 -Dsun386 -Dsun" +/* Define size_t for built-in functions. */ + +#define SIZE_TYPE "int" + /* Allow #sccs in preprocessor. */ #define SCCS_DIRECTIVE -- 2.30.2