remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
authorRich Felker <dalias@aerifal.cx>
Tue, 23 Apr 2013 00:47:34 +0000 (20:47 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 23 Apr 2013 00:47:34 +0000 (20:47 -0400)
commit43653c1250ad5eb5385d7e08292ad047420f8d25
tree88243e12cc8a3b2b91a3763d9c599eaa4903ac23
parentae0c1de530bc3b27069008b8b247171d08dbe80b
remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h

C++11, the first C++ with stdint.h, requires the previously protected
macros to be exposed unconditionally by stdint.h. apparently these
checks were an early attempt by the C committee to guess what the C++
committee would want, and they guessed wrong.
include/stdint.h