diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-29 21:22:18 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-29 21:22:18 +0000 |
commit | ed46775e2e7cca8524a6dc061030815adddae28f (patch) | |
tree | 9f9208e2e36459be4ab63eec75b266de54c37221 /gcc/fortran/match.h | |
parent | 553fbf58695bde936d09a87044e1af3b92f8ac98 (diff) | |
download | gcc-ed46775e2e7cca8524a6dc061030815adddae28f.tar.gz |
Revert previous accidental commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r-- | gcc/fortran/match.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index 4b8f87232ec..85729ec0ae8 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -75,6 +75,8 @@ match gfc_match_deallocate (void); match gfc_match_return (void); match gfc_match_call (void); match gfc_match_common (void); +match gfc_match_implicit_none (void); +match gfc_match_implicit (void); match gfc_match_block_data (void); match gfc_match_namelist (void); match gfc_match_module (void); @@ -96,6 +98,7 @@ gfc_common_head *gfc_get_common (char *); match gfc_match_null (gfc_expr **); match gfc_match_kind_spec (gfc_typespec *); match gfc_match_old_kind_spec (gfc_typespec *); +match gfc_match_type_spec (gfc_typespec *, int); match gfc_match_end (gfc_statement *); match gfc_match_data_decl (void); @@ -105,9 +108,6 @@ match gfc_match_entry (void); match gfc_match_subroutine (void); match gfc_match_derived_decl (void); -match gfc_match_implicit_none (void); -match gfc_match_implicit (void); - /* Matchers for attribute declarations */ match gfc_match_allocatable (void); match gfc_match_dimension (void); |