Re: C23 support in Autoconf

2024-05-02 Thread Florian Weimer
* Alan Coopersmith: > https://gitlab.freedesktop.org/xorg/driver/xf86-video-vbox/-/commit/b66441a27fa85e2a3b63f10a0a5a846344327042 This change: #ifndef __cplusplus +#if __STDC_VERSION__ >= 199901L +#include +#else typedef enum { false = 0, true } bool; +#endif # define RT_C_DECLS

Re: C23 support in Autoconf

2024-05-02 Thread Alan Coopersmith
On 5/2/24 04:01, Florian Weimer wrote: * Alan Coopersmith: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vbox/-/commit/b66441a27fa85e2a3b63f10a0a5a846344327042 This change: #ifndef __cplusplus +#if __STDC_VERSION__ >= 199901L +#include +#else typedef enum { false = 0,