Re: module Include: section

2009-09-18 Thread Eric Blake
-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

Re: module Include: section

2009-09-18 Thread Simon Josefsson
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

Re: module Include: section

2009-09-17 Thread Bruno Haible
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

Re: module Include: section

2009-09-17 Thread Jim Meyering
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:

Re: module Include: section

2009-09-17 Thread Eric Blake
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

module Include: section

2009-09-17 Thread Eric Blake
-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