remove the __STDC_FORMAT_MACROS nonsense from inttypes.h
authorRich Felker <dalias@aerifal.cx>
Fri, 17 May 2013 18:23:41 +0000 (14:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 17 May 2013 18:23:41 +0000 (14:23 -0400)
commitec9f5353b10eb312af391ec799a3eeea5da145a9
treeb07f55b609c05bff816e9940f0f474d2cf5289e3
parent1a70198b3e5a7866bf4c62d090d8a8e28b12521a
remove the __STDC_FORMAT_MACROS nonsense from inttypes.h

somehow I missed this when removing the corresponding
__STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS nonsense from stdint.h.
these were all attempts by the C committee to guess what the C++
committee would want, and the guesses turned out to be wrong.
include/inttypes.h