From: Bob Wilson Date: Mon, 2 Dec 2002 21:24:44 +0000 (+0000) Subject: * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=834572b852c02275fdf7077b5a18d82724ee7fca;p=platform%2Fupstream%2Fgcc.git * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them. From-SVN: r59740 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8348669..7d2ee31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -i2002-12-02 Craig Rodrigues +2002-12-02 Bob Wilson + + * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them. + +2002-12-02 Craig Rodrigues * 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 d1867a2..c495ef1 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