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: include path on windows


On Fri, May 30, 2008 at 10:52 AM, Ian Lance Taylor <iant@google.com> wrote:
> "Danny Smith" <dansmister@gmail.com> writes:
>
>> libcpp/ChangeLog
>>       * include/cpplib.h (struct cpp_dir): Add new field, canonical_name.
>>
>> gcc/ChangeLog
>>
>>       * incpath.c: Use HOST_LACKS_INODE_NUMBERS conditional
>>       rather than OS names to choose INO_T_EQ definition.
>>       (DIRS_EQ) [!INO_T_EQ]: Don't worry about case in comparison.
>>       (add_path) [!INO_T_EQ]: Use lrealpath to fill canonical_name field.
>
>> +  /* The canonicalized NAME as determined by lrealpath.  This field
>> +     is only used by hosts that lack reliable inode numbers.  */
>> +  char* canonical_name;
>
> I just noticed: "char *canonical_name".
>
> This patch is OK with that change.
>
Committed as revision 136196
Danny


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