diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-23 21:54:02 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-23 21:54:02 -0500 |
commit | 08886a82517a42ad1b63d6aa42694426621c0a81 (patch) | |
tree | 6ad7c78b18044614b41928888942d4d2dcf711e0 /CMakeFiles/feature_tests.c | |
parent | 5ed61244089f9dfe6707e6eedeca70587a4d3cd1 (diff) |
remove spurious files (for real)
Diffstat (limited to 'CMakeFiles/feature_tests.c')
-rw-r--r-- | CMakeFiles/feature_tests.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/CMakeFiles/feature_tests.c b/CMakeFiles/feature_tests.c deleted file mode 100644 index 6590dde..0000000 --- a/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } |