From 4006fe4f1b0fcddfbae1ef7f6ab096266f94a961 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 17 Oct 1992 23:27:53 +0000 Subject: [PATCH] (SIZE_TYPE): Fix typo in #ifndef. From-SVN: r2502 --- gcc/config/mips/ultrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index b7dbcd5b71b..45e7707ff11 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* For compatibility with types.h. */ -#ifndef STARTFILE_SPEC +#ifndef SIZE_TYPE #define SIZE_TYPE "unsigned int" #endif -- 2.30.2