* config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.

From-SVN: r169503
This commit is contained in:
DJ Delorie 2011-02-01 16:08:55 -05:00 committed by DJ Delorie
parent e499b5eef4
commit 56490b7406
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2011-02-01 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
* config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
class for A0/A1.

View File

@ -200,9 +200,6 @@ machine_function;
#undef SIZE_TYPE
#define SIZE_TYPE "unsigned int"
#undef PTRDIFF_TYPE
#define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE
#define WCHAR_TYPE "long int"