Commit 53f3e9ca by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r50633
parent e0b1c206
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> 2002-03-11 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_compilation): Call purge_all_dead_edges * toplev.c (rest_of_compilation): Call purge_all_dead_edges
......
...@@ -418,7 +418,7 @@ enum reg_class { ...@@ -418,7 +418,7 @@ enum reg_class {
#undef SIZE_TYPE #undef SIZE_TYPE
#undef PTRDIFF_TYPE #undef PTRDIFF_TYPE
#define SIZE_TYPE "long unsigned int" #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! */ /* Note sizeof (WCHAR_TYPE) must be equal to the value of WCHAR_TYPE_SIZE! */
#undef WCHAR_TYPE #undef WCHAR_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment