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

From-SVN: r98260
This commit is contained in:
Kazu Hirata 2005-04-17 06:37:15 +00:00 committed by Kazu Hirata
parent 378e4d939a
commit 911204fec2
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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. */