diff options
author | Roger Sayle <roger@eyesopen.com> | 2007-09-02 17:44:37 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2007-09-02 17:44:37 +0000 |
commit | f2449db41c586a49bce8e512cdeb9f4e1330d998 (patch) | |
tree | 55128b82c7e60dce137d947dba21f608c81bbff0 /gcc/fortran/match.h | |
parent | b35c5f019f9dcbee023c54f25be644d90a5a76ac (diff) | |
download | gcc-f2449db41c586a49bce8e512cdeb9f4e1330d998.zip gcc-f2449db41c586a49bce8e512cdeb9f4e1330d998.tar.gz gcc-f2449db41c586a49bce8e512cdeb9f4e1330d998.tar.bz2 |
decl.c (match_string_p): New helper function to explicitly match a string of characters.
* decl.c (match_string_p): New helper function to explicitly match
a string of characters.
(match_attr_spec): Remove no longer needed DECL_COLON from decl_types.
Delete decls array and peek_char. Rewrite decl attribute parser to
avoid calling gfc_match_strings.
* match.c (gfc_match_strings): Delete unused function.
* match.h (gfc_match_strings): Delete prototype.
From-SVN: r128028
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r-- | gcc/fortran/match.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index abd6ab1..0909617 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -46,7 +46,6 @@ match gfc_match_st_label (gfc_st_label **); match gfc_match_label (void); match gfc_match_small_int (int *); match gfc_match_small_int_expr (int *, gfc_expr **); -int gfc_match_strings (mstring *); match gfc_match_name (char *); match gfc_match_name_C (char *buffer); match gfc_match_symbol (gfc_symbol **, int); |