diff options
author | Diego Novillo <dnovillo@redhat.com> | 2005-04-08 18:05:38 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2005-04-08 14:05:38 -0400 |
commit | f55e72cef793a4064a8f6a64833fbdab3d9d0e94 (patch) | |
tree | 166270a16225df06ef6dd8e643c1d54a270258c8 /gcc/fortran/match.c | |
parent | 1ae483587700e8c70bc488f12c92100fe15aab04 (diff) | |
download | gcc-f55e72cef793a4064a8f6a64833fbdab3d9d0e94.zip gcc-f55e72cef793a4064a8f6a64833fbdab3d9d0e94.tar.gz gcc-f55e72cef793a4064a8f6a64833fbdab3d9d0e94.tar.bz2 |
* match.c (gfc_match_arithmetic_if): Declare static.
From-SVN: r97846
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r-- | gcc/fortran/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index f2b5311..3a0bac5 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -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; |