* match.c (gfc_match_arithmetic_if): Declare static.
From-SVN: r97846
This commit is contained in:
parent
1ae4835877
commit
f55e72cef7
@ -1,3 +1,7 @@
|
||||
2005-04-08 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
* match.c (gfc_match_arithmetic_if): Declare static.
|
||||
|
||||
2005-04-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
PR fortran/17229
|
||||
|
@ -903,7 +903,7 @@ cleanup:
|
||||
* when just after having encountered a simple IF statement. This code
|
||||
* is really duplicate with parts of the gfc_match_if code, but this is
|
||||
* *much* easier. */
|
||||
match
|
||||
static match
|
||||
gfc_match_arithmetic_if (void)
|
||||
{
|
||||
gfc_st_label *l1, *l2, *l3;
|
||||
|
Loading…
Reference in New Issue
Block a user