Re: [PATCH 1/7] gnulib-tool: transform include guards with `--macro-prefix'

2010-11-14 Thread Bruno Haible
On 2010-10-12 I wrote: > I think this and the two other modifications I mentioned in the > other mail - dealing with include_next and old compilers, and handling of > typedefs and struct definitions in the *.in.h files - should be dealt with > at the same time. 'struct random_data' in stdlib.in.h

Re: [PATCH 1/7] gnulib-tool: transform include guards with `--macro-prefix'

2010-10-13 Thread Gary V. Vaughan
On 13 Oct 2010, at 03:17, Bruno Haible wrote: >> * gnulib-tool (func_import): support multiple gllib directories: >> headers are generated for each gllib differently, depending on which >> features are actually used, so we need to be able to include all >> these generated headers without fear that

Re: [PATCH 1/7] gnulib-tool: transform include guards with `--macro-prefix'

2010-10-12 Thread Bruno Haible
Hi Gary, > * gnulib-tool (func_import): support multiple gllib directories: > headers are generated for each gllib differently, depending on which > features are actually used, so we need to be able to include all > these generated headers without fear that one will shadow another, > so we prepend

[PATCH 1/7] gnulib-tool: transform include guards with `--macro-prefix'

2010-10-12 Thread Gary V. Vaughan
From: Sam Steingold This is based on: http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/gnulib-tool.patch?revision=1.1&view=markup But doesn't have any of the problems I outlined earlier today. Although I've committed on topic/libposix branch for testing, I think it can be safely merged to m