From 2e44948df527d0421fbe75ecb8fe00e7745f68d3 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 20 Oct 2000 20:23:11 +0000 Subject: * Use "because" instead of since in error messages. From-SVN: r36977 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/typeck2.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/cp') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3c2e244..b573096 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-20 David Edelsohn + + * typeck2.c (abstract_virtuals_error): Use "because" instead of + "since" in error message. + Fri Oct 20 13:54:59 2000 Richard Kenner * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index a17ae24..9141c6f 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -168,7 +168,7 @@ abstract_virtuals_error (decl, type) { TREE_PURPOSE (u) = error_mark_node; - error (" since the following virtual functions are abstract:"); + error (" because the following virtual functions are abstract:"); for (tu = u; tu; tu = TREE_CHAIN (tu)) cp_error_at ("\t%#D", TREE_VALUE (tu)); } -- cgit v1.1