parser.c (cp_parser_check_type_definition): Print error string directly rather than...
authorVolker Reichelt <v.reichelt@netcologne.de>
Wed, 9 Apr 2008 06:42:55 +0000 (06:42 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 9 Apr 2008 06:42:55 +0000 (06:42 +0000)
commit8b4efb4e77fcb23d9c3675805f93f0ca999e5aeb
treeca10b02f4e7b58542d24eddf434dae51d3071999
parent2a97bf746e871b2c9eaa261068560584c49dd27d
parser.c (cp_parser_check_type_definition): Print error string directly rather than using "%s".

* parser.c (cp_parser_check_type_definition): Print error string
directly rather than using "%s".
(cp_parser_postfix_expression): Fix quotation.
(cp_parser_decltype): Likewise.
(cp_parser_sizeof_operand): Fix quotation. Simplify.

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