From dc5395cc64eb313a6ca233f74642064a862b5aae Mon Sep 17 00:00:00 2001 From: Lee Millward Date: Mon, 21 Aug 2006 18:43:36 +0000 Subject: [PATCH] Fix typo from a previous commit From-SVN: r116305 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index b5b417fc668..f45459603ad 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -1124,7 +1124,7 @@ duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend) about the same declaration, so just pretend the types match here. */ if (TREE_TYPE (newdecl) == error_mark_node || TREE_TYPE (olddecl) == error_mark_node) - return error_mark_node. + return error_mark_node; if (DECL_P (olddecl) && TREE_CODE (newdecl) == FUNCTION_DECL -- 2.30.2