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:
Paul Adenot 2024-07-17 07:02:15 +00:00
Родитель 0b3905f110
Коммит 394c76bcc7
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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");