Skip to content

Commit

Permalink
Merge 6b68b2f into 3171b44
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfurlan committed Dec 6, 2022
2 parents 3171b44 + 6b68b2f commit 5a31cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CppUTest/CppUTestConfig.h
Expand Up @@ -167,7 +167,7 @@
* Predominantly works on non-Visual C++ compilers and Visual C++ 2008 and newer
*/
#ifndef CPPUTEST_HAVE_FENV
#if __STDC_IEC_559__ && CPPUTEST_USE_STD_C_LIB
#if (defined(__STDC_IEC_559__) && __STDC_IEC_559__) && CPPUTEST_USE_STD_C_LIB
#define CPPUTEST_HAVE_FENV 1
#else
#define CPPUTEST_HAVE_FENV 0
Expand Down

0 comments on commit 5a31cca

Please sign in to comment.