From: François-Xavier Coudert Date: Thu, 14 Apr 2005 08:09:19 +0000 (+0000) Subject: ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c. X-Git-Tag: misc/cutover-cvs2svn~4089 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=907d22fd4489e480f815f926db9fe5115354b95b;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8fb368ee51ad..bbb7b77976af 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