diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-08 23:10:59 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-08 23:10:59 +0000 |
commit | 03e904a5b7cb1b9f4c0daba14e1e65cfc6c7a16a (patch) | |
tree | 81fdd4b5298986f4af501b4aa8abcc358fcb03f8 /gcc/config/pa/pa-64.h | |
parent | ce15af6d5caae13147011a38aa472e576ce390be (diff) | |
download | gcc-03e904a5b7cb1b9f4c0daba14e1e65cfc6c7a16a.tar.gz |
* pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
* pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-64.h')
-rw-r--r-- | gcc/config/pa/pa-64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-64.h b/gcc/config/pa/pa-64.h index 416e079511a..2658038c51f 100644 --- a/gcc/config/pa/pa-64.h +++ b/gcc/config/pa/pa-64.h @@ -69,7 +69,6 @@ Boston, MA 02111-1307, USA. */ FP codes supplied by HP we'll keep it at 64 bits. */ #undef LONG_DOUBLE_TYPE_SIZE #define LONG_DOUBLE_TYPE_SIZE 64 -#define MAX_WCHAR_TYPE_SIZE 32 /* Temporary until we figure out what to do with those *(&@$ 32bit relocs which appear in stabs. */ |