Bug 965022 - Introduce a PRIuSIZE macro for printing std::size_t. r=jrmuizel

--HG--
extra : rebase_source : 7994c75e65da7506938bb2746e9e86607bc32792
This commit is contained in:
Botond Ballo 2014-08-25 18:28:04 -04:00
parent 19f0eab038
commit fe099fdf1c

View File

@ -59,4 +59,9 @@
# define PRIXPTR "X" /* uintptr_t */
#endif
/**
* For printing size_t.
*/
#define PRIuSIZE PRIuPTR
#endif /* mozilla_IntegerPrintfMacros_h_ */