* c-parser.c (N_C_TTYPES): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:37:15 +0000 (06:37 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:37:15 +0000 (06:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98260 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-parser.c

index e9cc625..903ae80 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 9a5d669..6f96661 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.  */