* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Apr 2005 01:44:41 +0000 (01:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Apr 2005 01:44:41 +0000 (01:44 +0000)
From-SVN: r98245

gcc/ChangeLog
gcc/c-lex.c

index 57a83b92299cf1ff8705f2bfa3396e800baaa496..ecb58e3f984604f3b5bc962ff5e339c4a9084a99 100644 (file)
@@ -8,6 +8,8 @@
        <GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
        type mismatches.
 
+       * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
+
 2005-04-16  Richard Henderson  <rth@redhat.com>
 
        PR target/21051
index d7d52a0edda1aa82eb53c6874ed897c4779e1064..5e695365f32087fb08394c3b63b686f8de651052 100644 (file)
@@ -46,12 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 static int header_time, body_time;
 static splay_tree file_info_tree;
 
-#undef WCHAR_TYPE_SIZE
-#define WCHAR_TYPE_SIZE TYPE_PRECISION (wchar_type_node)
-
-/* Number of bytes in a wide character.  */
-#define WCHAR_BYTES (WCHAR_TYPE_SIZE / BITS_PER_UNIT)
-
 int pending_lang_change; /* If we need to switch languages - C++ only */
 int c_header_level;     /* depth in C headers - C++ only */