OSDN Git Service

* match.h (gfc_match_equiv_variable): Declare.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2005 06:45:15 +0000 (06:45 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2005 06:45:15 +0000 (06:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104080 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5b592e7..d075338 100644 (file)
@@ -1,5 +1,9 @@
 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
        * Makefile.in (fortran/trans-expr.o): Depend on dependency.h.
        * dependency.h (gfc_ref_needs_temporary_p): Declare.
index e8f8b8b..a698102 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);