summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-09 06:45:15 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-09 06:45:15 +0000
commit8a5a20bd510923e4abe9ad426450b5b6ee7c5935 (patch)
tree1eabb4976c935721853395fb46408d3e027d0d87 /gcc/fortran/match.h
parentc5ac1f65239843f15b8da48785203cc13487de2e (diff)
downloadgcc-8a5a20bd510923e4abe9ad426450b5b6ee7c5935.tar.gz
* match.h (gfc_match_equiv_variable): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r--gcc/fortran/match.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h
index e8f8b8be1e7..a698102fb05 100644
--- a/gcc/fortran/match.h
+++ b/gcc/fortran/match.h
@@ -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);