From: Richard Stallman Date: Sat, 17 Oct 1992 23:27:53 +0000 (+0000) Subject: (SIZE_TYPE): Fix typo in #ifndef. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4006fe4f1b0fcddfbae1ef7f6ab096266f94a961;p=gcc.git (SIZE_TYPE): Fix typo in #ifndef. From-SVN: r2502 --- 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