This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Add comments about strlen
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>,gcc-patches at gcc dot gnu dot org
- Date: Tue, 31 Aug 2004 12:53:51 +0100
- Subject: Re: [gfortran] Add comments about strlen
- Organization: CodeSourcery
- References: <200408310029.01699.paul@codesourcery.com> <413465EE.8050702@physik.uni-muenchen.de>
On Tuesday 31 August 2004 12:50, Tobias Schlüter wrote:
> 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 :)
Ok. Patch pre-approved.
Paul