diff options
Diffstat (limited to 'Modules/CMakeCCompilerABI.c')
-rw-r--r-- | Modules/CMakeCCompilerABI.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeCCompilerABI.c b/Modules/CMakeCCompilerABI.c index 55f9a9b..08cf39b 100644 --- a/Modules/CMakeCCompilerABI.c +++ b/Modules/CMakeCCompilerABI.c @@ -1,9 +1,9 @@ #ifdef __cplusplus -#error "A C++ compiler has been selected for C." +# error "A C++ compiler has been selected for C." #endif #ifdef __CLASSIC_C__ -#define const +# define const #endif #include "CMakeCompilerABI.h" |