]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
authorStefan Krah <skrah@bytereef.org>
Sat, 14 Dec 2013 11:58:09 +0000 (12:58 +0100)
committerStefan Krah <skrah@bytereef.org>
Sat, 14 Dec 2013 11:58:09 +0000 (12:58 +0100)
commit01e5f800b40992f2f61f4fd6ac4eca4ae1847cc0
tree662df124f2ea7afe329ae0fe620667e36fdb69d3
parent956040a7cce05aada13e833478273485f7f74722
Fix C++ header usage.  This __STDC_LIMIT_MACROS scheme can still be subverted
by including stdint.h before mpdecimal.h.  In that case the only option left
is to compile with -D_STDC_LIMIT_MACROS.
Modules/_decimal/libmpdec/mpdecimal.h