Commit a174b2f8 by Richard Sandiford Committed by Richard Sandiford

* match.h (gfc_match_equiv_variable): Declare.

From-SVN: r104080
parent 9b79bf13
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.
......
......@@ -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);
......
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