diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-02 18:29:13 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-02 18:29:13 -0800 |
commit | 2569f425f815ade4bb09514fa201c6aa2f7a3857 (patch) | |
tree | 511a567a599de984dfa9b43963b1e90553452e7b | |
parent | 2d2a50abb2f6557af2d9ca5c04bc8db5b81a3d26 (diff) | |
download | gcc-2569f425f815ade4bb09514fa201c6aa2f7a3857.zip gcc-2569f425f815ade4bb09514fa201c6aa2f7a3857.tar.gz gcc-2569f425f815ade4bb09514fa201c6aa2f7a3857.tar.bz2 |
(CPP_SPEC): Define __PTRDIFF_TYPE__ not __PTRDIFF_TYPE.
From-SVN: r6472
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index f3866e8..7c4bff3 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 |