]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* match.c (gfc_match_name): Expanded comment.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2007 08:11:44 +0000 (08:11 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2007 08:11:44 +0000 (08:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122601 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/match.c

index 73bd633f77d734a11a44d3c9a3b807bca2120370..9eb54ae57b6fb49b6bb537be4a5a651a92a162b5 100644 (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
index 9d199e26653e05ef41b392dd6d9bbba5cfb399dc..dc769116fbec5c92f1b174e993544e7458a79b23 100644 (file)
@@ -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)