* c-parser.c (N_C_TTYPES): Remove.
From-SVN: r98260
This commit is contained in:
parent
378e4d939a
commit
911204fec2
2 changed files with 2 additions and 3 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue