Commit f55e72ce by Diego Novillo Committed by Diego Novillo

* match.c (gfc_match_arithmetic_if): Declare static.

From-SVN: r97846
parent 1ae48358
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment