[Python-Dev] libmpdec already uses and compiles with -std=c99 -pedantic everywhere

2016-08-07 Thread Stefan Krah
The following C99 features are supported by any buildbot compiler (including obscure ones on snakebite): - stdint.h - static inline functions in header files - extern inline functions (not really necessary for CPython) - variadic macros I'd like to add: - standard conforming C99 s

Re: [Python-Dev] libmpdec already uses and compiles with -std=c99 -pedantic everywhere

2016-08-07 Thread Brett Cannon
On Sun, 7 Aug 2016 at 08:24 Stefan Krah wrote: > > The following C99 features are supported by any buildbot compiler > (including > obscure ones on snakebite): > > - stdint.h > > - static inline functions in header files > > - extern inline functions (not really necessary for CPython) > >