From: Rich Felker Date: Tue, 23 Apr 2013 00:47:34 +0000 (-0400) Subject: remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=43653c1250ad5eb5385d7e08292ad047420f8d25;hp=43653c1250ad5eb5385d7e08292ad047420f8d25;p=musl 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. ---