diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2002-03-17 12:59:08 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-03-17 12:59:08 +0000 |
commit | b5ffe60634b77beb015e3275a4974a016f9e0ee5 (patch) | |
tree | 88e47007e3ef5d17b20ecabe53b0e52e46e55a33 | |
parent | 2b40dc8cd707a784107b3dbff8b46c5c2ec1e6bd (diff) | |
download | gcc-b5ffe60634b77beb015e3275a4974a016f9e0ee5.zip gcc-b5ffe60634b77beb015e3275a4974a016f9e0ee5.tar.gz gcc-b5ffe60634b77beb015e3275a4974a016f9e0ee5.tar.bz2 |
* config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
From-SVN: r50912
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mmix/mmix.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7c4efa..7e37139 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-17 Hans-Peter Nilsson <hp@bitrange.com> + + * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define. + 2002-03-16 Alexandre Oliva <aoliva@redhat.com> * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h index 45c474a..93c286b 100644 --- a/gcc/config/mmix/mmix.h +++ b/gcc/config/mmix/mmix.h @@ -345,10 +345,6 @@ extern int target_flags; #define DEFAULT_SIGNED_CHAR 1 -/* I have no rationale for this other than pointing at Alpha. */ -#define WCHAR_TYPE "unsigned int" -#define WCHAR_TYPE_SIZE 32 - /* Node: Register Basics */ /* We tell GCC about all 256 general registers, and we also include |