Skip to content

Commit

Permalink
fix MSC_VER version check for _set_output_format
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jan 28, 2016
1 parent 8010e3d commit ce4f1cd
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 ce4f1cd

Please sign in to comment.