diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-05-28 02:34:40 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-05-28 02:34:40 +0000 |
commit | 1185c45527d3ef1849feb1b9c24c21b96f2e06d7 (patch) | |
tree | 7dd15ae6f48ce018aadb2b019f6ec68df04cba68 /gcc | |
parent | 3aa072f286b16c5a97208c3643d4c7c0ca6fdff6 (diff) | |
download | gcc-1185c45527d3ef1849feb1b9c24c21b96f2e06d7.zip gcc-1185c45527d3ef1849feb1b9c24c21b96f2e06d7.tar.gz gcc-1185c45527d3ef1849feb1b9c24c21b96f2e06d7.tar.bz2 |
entered into RCS
From-SVN: r1109
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sco.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index b75f27f..28c3af4 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -30,6 +30,9 @@ our own exit function. */ #define HAVE_ATEXIT +/* Specify the size_t type. */ +#define SIZE_TYPE "unsigned int" + #if 0 /* Not yet certain whether this is needed. */ /* If no 387, use the general regs to return floating values, since this system does not emulate the 80387. */ |