This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: getting back the quote_ignores_source_dir behavior of -I-


On Tue, Mar 07, 2006 at 09:09:30PM -0500, Daniel Villeneuve wrote:
> I think I've incorporated all the changes that you've mentioned above.

It doesn't look like you got rid of the old definition of
quote_ignores_source_dir, which I think means this shouldn't even
compile; and if it does, it certainly won't work.  Have you tested
it yet?

Also, a nit:

>    * c.opt (-ignore-source-dir): New option used for setting the
>    quote_ignores_source_dir variable, replacing the behavior of
>    deprecated -I- option.


You can just say

     * c.opt (-ignore-source-dir): New option.

changelogs being for *what*, not *why*.  Also also, they're supposed to
be indented exactly one hard tab (i.e. eight columns).

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]