(CPP_SPEC): Define __PTRDIFF_TYPE__ not __PTRDIFF_TYPE.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 3 Feb 1994 02:29:13 +0000 (18:29 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 3 Feb 1994 02:29:13 +0000 (18:29 -0800)
From-SVN: r6472

gcc/config/mips/mips.h

index f3866e85a4bb130e93e1b36ff2a24289962438e5..7c4bff3a4f9564de244e92af21106163adc48ca4 100644 (file)
@@ -641,7 +641,7 @@ while (0)
 %{.s:  -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
 %{!.S:%{!.s:   -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}} \
 %{mlong64:-D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long\\ int} \
-%{!mlong64:-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE=int} \
+%{!mlong64:-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int} \
 %{mips3:-U__mips -D__mips=3}"
 #endif