This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, libfortran] Split io.h into multiple include files
- From: Janne Blomqvist <blomqvist dot janne at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 2 Nov 2009 23:55:03 +0200
- Subject: Re: [Patch, libfortran] Split io.h into multiple include files
- References: <7b446c2e0910301620n66629289tc50fd17085d67441@mail.gmail.com> <4AEE323F.6010303@verizon.net>
On Mon, Nov 2, 2009 at 03:13, Jerry DeLisle <jvdelisle@verizon.net> wrote:
> On 10/30/2009 04:20 PM, Janne Blomqvist wrote:
>>
>> Hi,
>>
>> the attached patch splits io.h into multiple include files such that a
>> few of the components of the I/O library now have their own header
>> files. This makes it easier to get a grip on the structure, makes
>> dependencies between components slightly easier to grasp, and reduces
>> the compilation cascade if one edits one of the new lower level
>> headers. Regtested on ?x86_64-unknown-linux-gnu, Ok for trunk?
>>
> Not all that necessary but I have no preferences. ?OK
Thanks, committed as r153825. I agree it's strictly speaking not
necessary, but I think it makes maintenance slightly easier.
--
Janne Blomqvist