From 2569f425f815ade4bb09514fa201c6aa2f7a3857 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 2 Feb 1994 18:29:13 -0800 Subject: [PATCH] (CPP_SPEC): Define __PTRDIFF_TYPE__ not __PTRDIFF_TYPE. From-SVN: r6472 --- gcc/config/mips/mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index f3866e85a4b..7c4bff3a4f9 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 -- 2.30.2