fix inttypes.h PRI and SCN macros for [u]intptr_t types
authorRich Felker <dalias@aerifal.cx>
Wed, 30 Oct 2013 18:52:55 +0000 (14:52 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 30 Oct 2013 18:52:55 +0000 (14:52 -0400)
commit4ecf33614bead27801080442d9190e81aff78432
tree2b65c4190ef4293cb5bfdbbf4a5e3eafdc5c6e09
parentb7d3210196ff3508601a9f57ad18315eb25f7330
fix inttypes.h PRI and SCN macros for [u]intptr_t types

while using "l" unconditionally gave the right behavior due to
matching sizes/representations, it was technically UB and produced
compiler warnings with format string checking.
include/inttypes.h