This is the mail archive of the gcc@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: RFC: case insensitive for #include


"H.J. Lu" <hjl.tools@gmail.com> writes:

> On Wed, Jan 28, 2009 at 12:32 PM, Ian Lance Taylor <iant@google.com> wrote:
>> "H.J. Lu" <hjl.tools@gmail.com> writes:
>>
>>> I got a request to try "FOO.H" if foo.h doesn't exist when dealing
>>> with
>>>
>>> #include "foo.h"
>>>
>>> Any comments?
>>
>> Please, no.
>>
>> They could use header.gcc instead.
>>
>> http://gcc.gnu.org/onlinedocs/cppinternals/Files.html
>>
>
> Will it work on pathnames?

Normally the file is placed where the header file lives, and gives
alternate names which may be used to open the header file.

Ian


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