diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-05-30 14:41:33 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-05-30 14:41:33 +0000 |
commit | 3e41d13b038153f299e0778130d676f6315be58b (patch) | |
tree | bfef7dea0addeb5d679ef6c72937f2e0ec8aaeaa /gcc/cp/ChangeLog | |
parent | 79f565f6bd80427f87c6d605497c5ca5d9bb2123 (diff) | |
download | gcc-3e41d13b038153f299e0778130d676f6315be58b.zip gcc-3e41d13b038153f299e0778130d676f6315be58b.tar.gz gcc-3e41d13b038153f299e0778130d676f6315be58b.tar.bz2 |
decl.c (start_decl): Move checks on initialization to ...
* decl.c (start_decl): Move checks on initialization to ...
(cp_finish_decl): Here. Tidy formatting slightly.
From-SVN: r27252
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5307cb2..99f2635 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1999-05-30 Mark Mitchell <mark@codesourcery.com> + + * decl.c (start_decl): Move checks on initialization to ... + (cp_finish_decl): Here. Tidy formatting slightly. + 1999-05-28 Mark Mitchell <mark@codesourcery.com> * decl.c (add_binding): Don't complain about a redeclaration of a |