projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db4d34
)
class.c (check_field_decls): Fix typo.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 24 Oct 2002 23:43:47 +0000
(23:43 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 24 Oct 2002 23:43:47 +0000
(23:43 +0000)
* class.c (check_field_decls): Fix typo.
[[Split portion of a mixed commit.]]
From-SVN: r58516.2
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index e6ed9295e15b99607c6b96f64055acb163268768..a9dc6c8188040c931af13cbc7401542b7a8a7603 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,7
@@
+2002-10-24 Mark Mitchell <mark@codesourcery.com>
+
+ * class.c (check_field_decls): Fix typo.
+
2002-10-23 Mark Mitchell <mark@codesourcery.com>
PR c++/8067