[google] Allow relative profile paths. (issue4280074)

Diego Novillo dnovillo@google.com
Mon Mar 28 20:07:00 GMT 2011


On Mon, Mar 28, 2011 at 14:14,  <martint@google.com> wrote:

> On 2011/03/28 17:59:32, Diego Novillo wrote:
>>
>> I'm confused.  why did you take !HAS_DRIVE_SPEC() out?
>
> Earlier in the function, the following code makes sure we don't start
> the fname with a DRIVE_SPEC.
>
>      if (prefix_length != 0 && HAS_DRIVE_SPEC(fname))
>        fname += 2;

Ah, quite right.  Thanks.


Diego.



More information about the Gcc-patches mailing list