* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.

From-SVN: r50633
This commit is contained in:
Kaveh R. Ghazi 2002-03-12 05:23:24 +00:00 committed by Kaveh Ghazi
parent e0b1c206b8
commit 53f3e9ca98
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
2002-03-11 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_compilation): Call purge_all_dead_edges

View File

@ -418,7 +418,7 @@ enum reg_class {
#undef SIZE_TYPE
#undef PTRDIFF_TYPE
#define SIZE_TYPE "long unsigned int"
#define PTRDIFF_TYPE "long unsigned int"
#define PTRDIFF_TYPE "long int"
/* Note sizeof (WCHAR_TYPE) must be equal to the value of WCHAR_TYPE_SIZE! */
#undef WCHAR_TYPE