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
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)
>
>