This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC][PATCH] -d_lines
Steve Kargl wrote:
> On Fri, Aug 19, 2005 at 07:37:07PM +0200, Tobias Schl?ter wrote:
>
>>Here's an updated patch which also adds the 'const' attribute to
>>gfc_source_file, which in turn allows for the constification of a number of
>>other char *s. Besides that, I made the logic in skip_fixed_comments more
>>transparent.
>>
>>Bootstrapped and tested. Ok?
>>
>
>
> I've read through the patch and I did not see any
> problems. It's okay to commit (unless Paul B or
> Steven B have some objection).
Thanks, I'll hold off for a day or so. BTW As you might have gathered from
the diff, I've committed your change to remove MAX_PATHLEN usage.
- Tobi