parser.c (cp_lexer_next_token_is): Declare it inline.
authorMark Mitchell <mark@codesourcery.com>
Thu, 2 Jan 2003 19:45:12 +0000 (19:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 2 Jan 2003 19:45:12 +0000 (19:45 +0000)
commitf7b5ecd97a6bf8ece10b63bf570209bcc699df26
tree5f2d396138f107a646f258c6834d10aa0cb01153
parentf349fb24baf3b19478818c4849b7aeeed666ac0d
parser.c (cp_lexer_next_token_is): Declare it inline.

* 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.

From-SVN: r60797
gcc/cp/ChangeLog
gcc/cp/parser.c