(CPP_SPEC): Define __PTRDIFF_TYPE__ not __PTRDIFF_TYPE.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 1994 02:29:13 +0000 (02:29 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 1994 02:29:13 +0000 (02:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6472 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/mips.h

index f3866e8..7c4bff3 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