From ed46775e2e7cca8524a6dc061030815adddae28f Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 29 Jun 2004 21:22:18 +0000 Subject: Revert previous accidental commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83875 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/match.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/fortran/match.h') 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); -- cgit v1.2.1