diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-02-05 19:01:56 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-02-05 19:01:56 +0000 |
commit | ad08e60e89612bdbc454835e2d7b231c37c63274 (patch) | |
tree | 8a766638f07b650d78d779234971c291528619e0 /gcc/config/m68k | |
parent | 1af6141b86cb39d14b4cda2f8aa7127642e9ffba (diff) | |
download | gcc-ad08e60e89612bdbc454835e2d7b231c37c63274.zip gcc-ad08e60e89612bdbc454835e2d7b231c37c63274.tar.gz gcc-ad08e60e89612bdbc454835e2d7b231c37c63274.tar.bz2 |
netbsd.h (WCHAR_TYPE): Define.
* config/netbsd.h (WCHAR_TYPE): Define.
(WCHAR_TYPE_SIZE): Ditto.
(WINT_TYPE): Ditto.
* config/alpha/netbsd.h (WCHAR_TYPE): Remove.
(WCHAR_UNSIGNED): Ditto.
(WCHAR_TYPE_SIZE): Ditto.
(WINT_TYPE): Ditto.
* config/arm/netbsd.h: Likewise.
* config/i386/netbsd-elf.h: Likewise.
* config/i386/netbsd.h: Likewise.
* config/m68k/netbsd-elf.h: Likewise.
* config/m68k/netbsd.h: Likewise.
* config/ns32k/netbsd.h: Likewise.
* config/sparc/netbsd.h: Likewise.
* config/vax/netbsd.: Likewise.
From-SVN: r49528
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/netbsd-elf.h | 9 | ||||
-rw-r--r-- | gcc/config/m68k/netbsd.h | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/gcc/config/m68k/netbsd-elf.h b/gcc/config/m68k/netbsd-elf.h index eb155d3..97c1b96 100644 --- a/gcc/config/m68k/netbsd-elf.h +++ b/gcc/config/m68k/netbsd-elf.h @@ -149,15 +149,6 @@ while (0) #undef PTRDIFF_TYPE #define PTRDIFF_TYPE "int" -#undef WCHAR_TYPE -#define WCHAR_TYPE "int" - -#undef WCHAR_UNSIGNED -#define WCHAR_UNSIGNED 0 - -#undef WCHAR_TYPE_SIZE -#define WCHAR_TYPE_SIZE 32 - /* XXX Here is a bunch of stuff lifted from m68kelf.h. We don't use that diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 07dd4e8..5dd0895 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -28,15 +28,6 @@ #undef PTRDIFF_TYPE #define PTRDIFF_TYPE "int" -#undef WCHAR_TYPE -#define WCHAR_TYPE "int" - -#undef WCHAR_UNSIGNED -#define WCHAR_UNSIGNED 0 - -#undef WCHAR_TYPE_SIZE -#define WCHAR_TYPE_SIZE 32 - /* Every structure or union's size must be a multiple of 2 bytes. */ #define STRUCTURE_SIZE_BOUNDARY 16 |