parser.c (cp_parser_declaration): Set token2.type to CPP_EOF, not RID_MAX.
commit728cdd0872eb752c12519e4e6c0b4f9fa5d226e1
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Thu, 1 Dec 2005 23:10:27 +0000 (1 23:10 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 1 Dec 2005 23:10:27 +0000 (1 23:10 +0000)
treeef5963bd4892fd2ee3c9cf51df30c1e7dde3259f
parent6cc5062afa0fd3afe5be1633098f39400e9380aa
parser.c (cp_parser_declaration): Set token2.type to CPP_EOF, not RID_MAX.

        * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
        not RID_MAX.

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