diff options
| author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-02 21:24:44 +0000 |
|---|---|---|
| committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-02 21:24:44 +0000 |
| commit | 9f250495fd715175dc9be754f058cebca0e8d7f3 (patch) | |
| tree | 5f234a7fdbe15962f1731f86f89ce38242210477 | |
| parent | 0a1e91361118e7ec3bb73bb9dc5482ce41243a91 (diff) | |
| download | ppe42-gcc-9f250495fd715175dc9be754f058cebca0e8d7f3.tar.gz ppe42-gcc-9f250495fd715175dc9be754f058cebca0e8d7f3.zip | |
* config/xtensa/xtensa.h: Delete ifndefs with nothing inside them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59740 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/xtensa/xtensa.h | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83486693662..7d2ee31bc6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -i2002-12-02 Craig Rodrigues <rodrigc@gcc.gnu.org> +2002-12-02 Bob Wilson <bob.wilson@acm.org> + + * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them. + +2002-12-02 Craig Rodrigues <rodrigc@gcc.gnu.org> * configure.in: Use "missing" script to generate warning if flex or bison programs not found, instead of invoking "false". diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index d1867a2b4ce..c495ef11af2 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -247,12 +247,6 @@ extern unsigned xtensa_current_frame_size; #define DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64 -/* Tell the preprocessor the maximum size of wchar_t. */ -#ifndef MAX_WCHAR_TYPE_SIZE -#ifndef WCHAR_TYPE_SIZE -#endif -#endif - /* Allocation boundary (in *bits*) for storing pointers in memory. */ #define POINTER_BOUNDARY 32 |

