forked from len0rd/rockbox
inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0f9aa44e4
commit
17889d4ec4
1 changed files with 0 additions and 5 deletions
|
@ -90,11 +90,6 @@
|
||||||
#define PRIu64 "llu"
|
#define PRIu64 "llu"
|
||||||
#define PRIx64 "llx"
|
#define PRIx64 "llx"
|
||||||
#define PRIX64 "llX"
|
#define PRIX64 "llX"
|
||||||
#define PRIdPTR "lld"
|
|
||||||
#define PRIiPTR "lld"
|
|
||||||
#define PRIuPTR "llu"
|
|
||||||
#define PRIxPTR "llx"
|
|
||||||
#define PRIXPTR "llX"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue