mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Bug 965022 - Introduce a PRIuSIZE macro for printing std::size_t. r=jrmuizel
--HG-- extra : rebase_source : 7994c75e65da7506938bb2746e9e86607bc32792
This commit is contained in:
parent
19f0eab038
commit
fe099fdf1c
@ -59,4 +59,9 @@
|
||||
# define PRIXPTR "X" /* uintptr_t */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* For printing size_t.
|
||||
*/
|
||||
#define PRIuSIZE PRIuPTR
|
||||
|
||||
#endif /* mozilla_IntegerPrintfMacros_h_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user