(SIZE_TYPE): Fix typo in #ifndef.
authorRichard Stallman <rms@gnu.org>
Sat, 17 Oct 1992 23:27:53 +0000 (23:27 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 17 Oct 1992 23:27:53 +0000 (23:27 +0000)
From-SVN: r2502

gcc/config/mips/ultrix.h

index b7dbcd5..45e7707 100644 (file)
@@ -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