Commit 911204fe by Kazu Hirata Committed by Kazu Hirata

* c-parser.c (N_C_TTYPES): Remove.

From-SVN: r98260
parent 378e4d93
......@@ -5,6 +5,8 @@
* modulo-sched.c (CFG_HOOKS): Remove.
* c-parser.c (N_C_TTYPES): Remove.
2005-04-17 Richard Henderson <rth@redhat.com>
PR target/20375
......
......@@ -239,9 +239,6 @@ c_parse_init (void)
/* A keyword. */
#define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
/* The number of token types, including C-specific ones. */
#define N_C_TTYPES ((int) (CPP_KEYWORD + 1))
/* More information about the type of a CPP_NAME token. */
typedef enum c_id_kind {
/* An ordinary identifier. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment