aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-17 01:44:41 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-04-17 01:44:41 +0000
commit7392f05b3441b898ffc349fb0743e028bbed7c87 (patch)
treedafd6e12a6d03487debf7373e6320fc50e4018a1 /gcc/c-lex.c
parent48d2728a8092fef94c2fceb0cb4f94af4f5519dc (diff)
* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@98245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index d7d52a0edda..5e695365f32 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -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 */