From 869dc6a8ba8b39bd40c9cec25a754ab829e15a54 Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 6 Mar 2007 08:11:01 +0000 Subject: * match.c (gfc_match_name): Expanded comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch@122600 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/match.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b9ea6562bc6..8b76866584a 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 d92a23df62d..f657fe67c41 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -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) -- cgit v1.2.3