Merge branch 'test-CompileFeatures-c11-range' into release-3.11

Merge-request: !1785
This commit is contained in:
Brad King
2018-02-21 14:41:56 -05:00

View File

@@ -1,6 +1,6 @@
#if DEFAULT_C11
#if __STDC_VERSION__ != 201112L
#if __STDC_VERSION__ < 201112L
#error Unexpected value for __STDC_VERSION__.
#endif
#elif DEFAULT_C99