From 1185c45527d3ef1849feb1b9c24c21b96f2e06d7 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Thu, 28 May 1992 02:34:40 +0000 Subject: [PATCH] entered into RCS From-SVN: r1109 --- gcc/config/i386/sco.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index b75f27f13b6..28c3af43406 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. */ -- 2.30.2