зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1907386 - Use T2S utility macro for both Darwin and Windows and both unsigned long and long. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D216779
This commit is contained in:
Родитель
0b3905f110
Коммит
394c76bcc7
|
@ -107,8 +107,6 @@ T2S(char16_t, PRIu16); // print as a number
|
|||
T2S(char32_t, PRIu32); // print as a number
|
||||
#if defined(XP_DARWIN) || defined(XP_WIN)
|
||||
T2S(long, "ld");
|
||||
#endif
|
||||
#if defined(XP_DARWIN)
|
||||
T2S(unsigned long, "lu");
|
||||
#endif
|
||||
T2S(float, "f");
|
||||
|
|
Загрузка…
Ссылка в новой задаче