Report availability of C11 support

This commit is contained in:
Martin Kroeker
2020-07-18 16:59:33 +00:00
committed by GitHub
parent 4afd11dae5
commit 97d6eb97b1

View File

@@ -153,3 +153,6 @@ ARCH_ARM
ARCH_ARM64
#endif
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L)
HAVE_C11
#endif