(SIZE_TYPE): Defined.
authorRichard Stallman <rms@gnu.org>
Mon, 29 Jun 1992 17:50:38 +0000 (17:50 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 29 Jun 1992 17:50:38 +0000 (17:50 +0000)
(LINK_LIBGCC_SPECIAL): Fix typo.

From-SVN: r1338

gcc/config/ns32k/sequent.h

index 467d99dfa6d5dee8892d6aa217c8d6d86b268cf6..990ce85c1c6d002e21e60b82712b835144bd7ded 100644 (file)
@@ -44,7 +44,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* gcc should find libgcc.a itself, not ask linker to do so.  */
 
-3define LINK_LIBGCC_SPECIAL
+#define LINK_LIBGCC_SPECIAL
+
+/* GCC must match what sys/types.h uses for size_t.  */
+
+#define SIZE_TYPE "int"
 
 /* This is how to align the code that follows an unconditional branch.
    Don't define it, since it confuses the assembler (we hear).  */