* match.h (gfc_match_equiv_variable): Declare.
authorRichard Sandiford <richard@codesourcery.com>
Fri, 9 Sep 2005 06:45:15 +0000 (06:45 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 9 Sep 2005 06:45:15 +0000 (06:45 +0000)
From-SVN: r104080

gcc/fortran/ChangeLog
gcc/fortran/match.h

index 5b592e7d4f60b1e914c1766461307ccea02574a3..d0753380790e082e7163b88b02a353a103ead574 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-09  Richard Sandiford  <richard@codesourcery.com>
+
+       * match.h (gfc_match_equiv_variable): Declare.
+
 2005-09-09  Richard Sandiford  <richard@codesourcery.com>
 
        PR fortran/19239
index e8f8b8be1e7d4778a372b3aa1f5d6efd886a00a2..a698102fb059bf44122b77742496e0f1dbeffa62 100644 (file)
@@ -129,6 +129,7 @@ match gfc_match_target (void);
 match gfc_match_structure_constructor (gfc_symbol *, gfc_expr **);
 match gfc_match_rvalue (gfc_expr **);
 match gfc_match_variable (gfc_expr **, int);
+match gfc_match_equiv_variable (gfc_expr **);
 match gfc_match_actual_arglist (int, gfc_actual_arglist **);
 match gfc_match_literal_constant (gfc_expr **, int);