(CPP_SPEC): Define __PTRDIFF_TYPE__ not __PTRDIFF_TYPE.
From-SVN: r6472
This commit is contained in:
parent
2d2a50abb2
commit
2569f425f8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user