commit | 01e5f800b40992f2f61f4fd6ac4eca4ae1847cc0 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Sat Dec 14 12:58:09 2013 +0100 |
committer | Stefan Krah <skrah@bytereef.org> | Sat Dec 14 12:58:09 2013 +0100 |
tree | 662df124f2ea7afe329ae0fe620667e36fdb69d3 | |
parent | 956040a7cce05aada13e833478273485f7f74722 [diff] |
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.