* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
From-SVN: r50633
This commit is contained in:
parent
e0b1c206b8
commit
53f3e9ca98
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user