projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c556e
)
ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c.
author
François-Xavier Coudert
<fxcoudert@gcc.gnu.org>
Thu, 14 Apr 2005 08:09:19 +0000
(08:09 +0000)
committer
François-Xavier Coudert
<fxcoudert@gcc.gnu.org>
Thu, 14 Apr 2005 08:09:19 +0000
(08:09 +0000)
* ChangeLog: Added comment on gfc_match_if for the
2005-04-09 entry on match.c.
From-SVN: r98127
gcc/fortran/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/fortran/ChangeLog
b/gcc/fortran/ChangeLog
index 8fb368ee51ad17f8779f4fcbcfa3df1d1132414d..bbb7b77976afd26c302af95686fe40f3669788ed 100644
(file)
--- 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>