Adrien Destugues 36576214eb Remove __STDC_FORMAT/CONSTANT_MACROS
These were added in C99 to avoid interferring with C++, but then C++11
caught up with inttypes/h/stdint.h and removed the need for the macros.
They have disappeared from C11 as a result, and also from current glibc
implementation (https://sourceware.org/bugzilla/show_bug.cgi?id=15366)

So it seems reasonably safe to do the same, and it will save people
having to enable access to these macros explicitly when writing C++.
2017-06-04 17:29:29 +02:00
..
2017-01-22 09:20:01 +01:00
2016-12-30 11:32:04 +01:00
2016-10-05 09:18:42 +02:00
2017-04-19 17:52:28 +02:00
2016-08-27 09:04:22 +02:00
2017-06-04 17:29:29 +02:00