mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
* match.c (gfc_match_name): Expanded comment.
From-SVN: r122600
This commit is contained in:
committed by
Brooks Moses
parent
b949b253f7
commit
e145ea124d
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user