diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 05:03:22 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 05:03:22 +0000 |
commit | 178e196ef10a21dc3da28e8523a27a724b462b2f (patch) | |
tree | 3161bf69a2d9c1c4e78e5d6870ae70ab6052652f | |
parent | 54f92bfbb17e43051537d99416c04fcea321e6ac (diff) | |
download | gcc-178e196ef10a21dc3da28e8523a27a724b462b2f.zip gcc-178e196ef10a21dc3da28e8523a27a724b462b2f.tar.gz gcc-178e196ef10a21dc3da28e8523a27a724b462b2f.tar.bz2 |
Correct ChangeLog entry for my last cp/ChangeLog fix.
Correct ChangeLog entry for my last cp/ChangeLog fix. The "cp/" is
implicit. No need to call it out.
From-SVN: r19566
-rw-r--r-- | gcc/cp/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 82313b3..17f0eab 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,11 +1,9 @@ Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com> - * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c, - cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c, - cp/friend.c, cp/init.c, cp/lex.c, cp/method.c, - cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c, - cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c, - cp/typeck2.c, cp/xref.c: Add include of toplev.h. + * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c, + expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c, + search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c, + xref.c: Add include of toplev.h. Wed May 6 02:33:39 1998 Jason Merrill <jason@yorick.cygnus.com> |