]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-parser.c (N_C_TTYPES): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Apr 2005 06:37:15 +0000 (06:37 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Apr 2005 06:37:15 +0000 (06:37 +0000)
From-SVN: r98260

gcc/ChangeLog
gcc/c-parser.c

index e9cc625d0904ddaf865d17e27aa98f92624640ed..903ae80d755b01c3e92245af77fd2cd420c95211 100644 (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
index 9a5d669d034a7deaaf7b0d19cac3c01cdf44a503..6f966618bdf3787982a39218d1af1283b6d43d68 100644 (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.  */