* match.c (gfc_match_arithmetic_if): Declare static.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 8 Apr 2005 18:05:38 +0000 (18:05 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 8 Apr 2005 18:05:38 +0000 (14:05 -0400)
From-SVN: r97846

gcc/fortran/ChangeLog
gcc/fortran/match.c

index 3169f33d0fdff59b940e3166bfde393dace68850..4c331d9ff08dc1f15468f4bac409e8d98ce4964c 100644 (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
index f2b531165c7a24ab9f062692a4f110c723619107..3a0bac5cccd43de0b1b2537ef07d4b9bf200c75a 100644 (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;