Skip to content

Commit

Permalink
Merge pull request #5373 from rainers/fix_set_output_width_version_check
Browse files Browse the repository at this point in the history
fix MSC_VER version check for _set_output_format
  • Loading branch information
WalterBright committed Jan 28, 2016
2 parents eff8b65 + ce4f1cd commit f959260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/longdouble.c
Expand Up @@ -50,7 +50,7 @@ bool initFPU()
int old_cw = _control87(_MCW_EM | _PC_64 | _RC_NEAR,
_MCW_EM | _MCW_PC | _MCW_RC);
#endif
#if _MSC_VER < 1700
#if _MSC_VER < 1900
_set_output_format(_TWO_DIGIT_EXPONENT);
#endif
return true;
Expand Down

0 comments on commit f959260

Please sign in to comment.