This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] Add comments about strlen
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 31 Aug 2004 13:50:06 +0200
- Subject: Re: [gfortran] Add comments about strlen
- References: <200408310029.01699.paul@codesourcery.com>
Paul Brook wrote:
> The patch below adds a comment describing gfc_strlen_type_node, as pointed out
> be RTH.
>
Maybe we should rename these to gfc_charlen_type_node. Not only would this
clear up this confusion, it would also be more consistent with the naming of
gfc_charlen and the cl field in a typespec.
If you agree, I can prepare a patch (sed s/gfc_strlen_/gfc_charlen_/g :)
- Tobi