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:
Rafaël Carré 2010-05-30 16:07:54 +00:00
parent c0f9aa44e4
commit 17889d4ec4

View file

@ -90,11 +90,6 @@
#define PRIu64 "llu"
#define PRIx64 "llx"
#define PRIX64 "llX"
#define PRIdPTR "lld"
#define PRIiPTR "lld"
#define PRIuPTR "llu"
#define PRIxPTR "llx"
#define PRIXPTR "llX"
#endif