diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-29 02:49:50 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-29 02:49:50 +0000 |
commit | fc54f375900259ca0c837741911e72233188b555 (patch) | |
tree | ad476026fd6a9f8b094991c54f314e858e1a5c3d /gcc | |
parent | 9832fd2e894cf784e00539209c2bfa75db02e5b9 (diff) | |
download | gcc-fc54f375900259ca0c837741911e72233188b555.zip gcc-fc54f375900259ca0c837741911e72233188b555.tar.gz gcc-fc54f375900259ca0c837741911e72233188b555.tar.bz2 |
*** empty log message ***
From-SVN: r1330
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sun.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 655e63c..47f2737 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 |