-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Simon Josefsson on 9/18/2009 1:24 AM:
> Is anything actually using the content of the 'Include' statement?
gnulib-tool outputs a list of header files to include in your program,
based on the Include section of your directly-requested modu
Eric Blake writes:
> Eric Blake byu.net> writes:
>
>> Any objections to a patch that normalizes the outliers to drop #include?
>
> As in the following?
Fine with me -- consistency is good.
Is anything actually using the content of the 'Include' statement?
/Simon
Eric Blake wrote:
> Include:
> #include "file.h"
>
> but most just have:
>
> Include:
> "file.h"
The latter is a shorthand notation. In the beginning we didn't use the
shorthand much.
> > Any objections to a patch that normalizes the outliers to drop #include?
>
> As in the following?
Looks a
Eric Blake wrote:
> Eric Blake byu.net> writes:
>
>> Any objections to a patch that normalizes the outliers to drop #include?
>
> As in the following?
>
>>From 2655892372305598ee062e56f30b01c7d90ea178 Mon Sep 17 00:00:00 2001
> From: Eric Blake
> Date: Thu, 17 Sep 2009 11:49:36 -0600
> Subject:
Eric Blake byu.net> writes:
> Any objections to a patch that normalizes the outliers to drop #include?
As in the following?
>From 2655892372305598ee062e56f30b01c7d90ea178 Mon Sep 17 00:00:00 2001
From: Eric Blake
Date: Thu, 17 Sep 2009 11:49:36 -0600
Subject: [PATCH] maint: make Include sectio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Some modules have:
Include:
#include "file.h"
but most just have:
Include:
"file.h"
Any objections to a patch that normalizes the outliers to drop #include?
- --
Don't work too hard, make some time for fun as well!
Eric Blake e...@byu