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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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