decl.c (match_string_p): New helper function to explicitly match a string of characters.
authorRoger Sayle <roger@eyesopen.com>
Sun, 2 Sep 2007 17:44:37 +0000 (17:44 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 2 Sep 2007 17:44:37 +0000 (17:44 +0000)
commitf2449db41c586a49bce8e512cdeb9f4e1330d998
tree55128b82c7e60dce137d947dba21f608c81bbff0
parentb35c5f019f9dcbee023c54f25be644d90a5a76ac
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
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/match.c
gcc/fortran/match.h