зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1402362 - modified NET_MAX_ADDRESS to have UINTPTR_MAX value. r=valentin
MozReview-Commit-ID: 4tPNMWypVFo --HG-- extra : rebase_source : 8ef4e0960b8b3e3d9781aa5ed94d69a0073edb7a
This commit is contained in:
Родитель
e23ced008f
Коммит
f14dd577bb
|
@ -221,7 +221,7 @@ void net_ParseContentType(const nsACString &aHeaderStr,
|
|||
/* inline versions */
|
||||
|
||||
/* remember the 64-bit platforms ;-) */
|
||||
#define NET_MAX_ADDRESS (((char*)0)-1)
|
||||
#define NET_MAX_ADDRESS ((char*)UINTPTR_MAX)
|
||||
|
||||
inline char *net_FindCharInSet(const char *str, const char *set)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче