* ChangeLog: Added comment on gfc_match_if for the
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2005 08:09:19 +0000 (08:09 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2005 08:09:19 +0000 (08:09 +0000)
2005-04-09 entry on match.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98127 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index 8fb368e..bbb7b77 100644 (file)
@@ -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>