Remove unused NEWLINE token.
authorCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:07:31 +0000 (10:07 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:07:31 +0000 (10:07 -0700)
We fixed the lexer a while back to never return a NEWLINE token, but
negelcted to clean up this declaration.

glcpp-parse.y

index bca22ce..bb57b30 100644 (file)
@@ -96,7 +96,7 @@ glcpp_parser_lex (glcpp_parser_t *parser);
 %parse-param {glcpp_parser_t *parser}
 %lex-param {glcpp_parser_t *parser}
 
-%token DEFINE FUNC_MACRO IDENTIFIER NEWLINE OBJ_MACRO REPLACEMENT TOKEN UNDEF
+%token DEFINE FUNC_MACRO IDENTIFIER OBJ_MACRO REPLACEMENT TOKEN UNDEF
 %type <str> argument_word FUNC_MACRO IDENTIFIER OBJ_MACRO REPLACEMENT TOKEN
 %type <string_list> argument macro parameter_list
 %type <argument_list> argument_list