Skip to content
Snippets Groups Projects
Commit 46406dec authored by kazu's avatar kazu
Browse files

* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98245 138bc75d-0d04-0410-961f-82ee72b054a4
parent 7bb1accd
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
<GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating <GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
type mismatches. type mismatches.
* c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
2005-04-16 Richard Henderson <rth@redhat.com> 2005-04-16 Richard Henderson <rth@redhat.com>
PR target/21051 PR target/21051
......
...@@ -46,12 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -46,12 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
static int header_time, body_time; static int header_time, body_time;
static splay_tree file_info_tree; 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 pending_lang_change; /* If we need to switch languages - C++ only */
int c_header_level; /* depth in C headers - C++ only */ int c_header_level; /* depth in C headers - C++ only */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment