* match.c (gfc_match_name): Expanded comment.

From-SVN: r122600
This commit is contained in:
Brooks Moses
2007-03-06 08:11:01 +00:00
committed by Brooks Moses
parent b949b253f7
commit e145ea124d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-05 Brooks Moses <brooks.moses@codesourcery.com>
* match.c (gfc_match_name): Expanded comment.
2007-03-05 Brooks Moses <brooks.moses@codesourcery.com>
* gfortran.texi (Old-style kind specifications): Document

View File

@@ -382,7 +382,9 @@ gfc_match_strings (mstring * a)
/* See if the current input looks like a name of some sort. Modifies
the passed buffer which must be GFC_MAX_SYMBOL_LEN+1 bytes long. */
the passed buffer which must be GFC_MAX_SYMBOL_LEN+1 bytes long.
Note that options.c restricts max_identifier_length to not more
than GFC_MAX_SYMBOL_LEN. */
match
gfc_match_name (char *buffer)