Re: [PATCH 04/40] Windows: Use the Windows style PATH separator ';'.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




However, there is something ugly waiting for us: we often have

	case '/':

and for Windows, this needs to add

	case '\\':

More often than in an "if" statement (so you can add IS_DIR_SEPARATOR which is much less ugly than CASE_DIR_SEPARATOR)?

Paolo
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux