diff options
author | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-04-14 08:09:19 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-04-14 08:09:19 +0000 |
commit | 907d22fd4489e480f815f926db9fe5115354b95b (patch) | |
tree | 31e103997de0490e9ff3061bfa49ab7b80c41891 | |
parent | 27c556ecda880db48a311aa7fc0b8dc24312beed (diff) | |
download | gcc-907d22fd4489e480f815f926db9fe5115354b95b.zip gcc-907d22fd4489e480f815f926db9fe5115354b95b.tar.gz gcc-907d22fd4489e480f815f926db9fe5115354b95b.tar.bz2 |
ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c.
* ChangeLog: Added comment on gfc_match_if for the
2005-04-09 entry on match.c.
From-SVN: r98127
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8fb368e..bbb7b77 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -35,6 +35,8 @@ * match.c (match_arithmetic_if): Remove gfc_ prefix and correct comment according to GNU coding style. + (gfc_match_if): Remove gfc_ prefix in call to + match_arithmetic_if. 2005-04-08 Diego Novillo <dnovillo@redhat.com> |