From: brooks Date: Tue, 6 Mar 2007 08:11:44 +0000 (+0000) Subject: * match.c (gfc_match_name): Expanded comment. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d05a276b428c0c09b3382bfb8b4017b9358d27d;p=thirdparty%2Fgcc.git * match.c (gfc_match_name): Expanded comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122601 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 73bd633f77d7..9eb54ae57b6f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-03-05 Brooks Moses + + * match.c (gfc_match_name): Expanded comment. + 2007-03-05 Brooks Moses * gfortran.texi (Old-style kind specifications): Document diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 9d199e26653e..dc769116fbec 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -380,7 +380,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)