parser.c (cp_lexer_next_token_is): Declare it inline.
[gcc.git] / gcc / cp / ChangeLog
index f52697b128f0b908e1e36192fbc5dc671375ff6a..c8e80e3744f12395b678d629f7cb4806712d1b65 100644 (file)
@@ -1,5 +1,12 @@
 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
 
+       * parser.c (cp_lexer_next_token_is): Declare it inline.
+       (cp_lexer_set_source_position_from_token): Likewise.
+       (cp_lexer_debugging_p): Likewise.
+       (cp_parser_parsing_tentatively): Likewise.
+       (cp_parser_nested_name_specifier_opt): Reduce the number of calls
+       to the cp_lexer_peek_token.
+        
        * parser.c (cp_parser_sizeof_operand): Do not evaluate the
        expression.