diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2000-05-18 22:37:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-05-18 22:37:15 +0000 |
commit | 46543024bddae5c6a956ea66aea6d4e5f00fa2ed (patch) | |
tree | 2cc1ac5fb7eee0f3ec8b1fedf276173222d927ac | |
parent | 1b3459d226b20b35cb410dd957fcf0d070cb4269 (diff) | |
download | gcc-46543024bddae5c6a956ea66aea6d4e5f00fa2ed.zip gcc-46543024bddae5c6a956ea66aea6d4e5f00fa2ed.tar.gz gcc-46543024bddae5c6a956ea66aea6d4e5f00fa2ed.tar.bz2 |
Andrew's last commit changed a ChangeLog entry to say that I wrote a patch that Zack wrote.
Andrew's last commit changed a ChangeLog entry to
say that I wrote a patch that Zack wrote. Oops.
From-SVN: r34001
-rw-r--r-- | gcc/java/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index f30afab..8a86067 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -4,7 +4,7 @@ Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com> set_Wunused. * decl.c (poplevel): Replace warn_unused with warn_unused_label. -2000-04-19 Tom Tromey <tromey@cygnus.com> +2000-05-09 Zack Weinberg <zack@wolery.cumb.org> * check_init.c (check_init): Constify local char *. * class.c (push_class): Constify local char *. |