* match.c (gfc_match_arithmetic_if): Declare static.

From-SVN: r97846
This commit is contained in:
Diego Novillo 2005-04-08 18:05:38 +00:00 committed by Diego Novillo
parent 1ae4835877
commit f55e72cef7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;