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


On Wed, Jan 28, 2009 at 12:48 PM, Ian Lance Taylor <iant@google.com> wrote:
> "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.
>

Say I have

#include "Foo/Foo.h"

I want to map it to foo/foo.h on disk. Can I map Foo to foo with
header.gcc in directory, foo?

Thanks.


-- 
H.J.


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