lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" to indica...
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 13 Feb 2006 22:00:35 +0000 (22:00 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 13 Feb 2006 22:00:35 +0000 (22:00 +0000)
commitebf0088aec8584ae3fe0df08860b0842ac8e3920
tree48ae71be03cea997248da051a750f773e5ae4a00
parenta7d6b7655606e2107da942ad0cc1df10ac4ead20
lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" to indicate failure.

* lex.c (parse_strconst_pragma): Return error_mark_node instead of
"(tree)-1" to indicate failure.  Simplify.
(handle_pragma_interface): Test for error_mark_node instead of
"(tree)-1".
(handle_pragma_implementation): Likewise.

From-SVN: r110932
gcc/cp/ChangeLog
gcc/cp/lex.c