Do not use '#endif/#else xxx'; it is not allowed for ANSI C
This commit is contained in:
@@ -45,4 +45,4 @@ fcvt(value, ndigit, decpt, sign)
|
||||
return cvt(value, ndigit, decpt, sign, 0);
|
||||
}
|
||||
|
||||
#endif NOFLOAT
|
||||
#endif /* NOFLOAT */
|
||||
|
||||
@@ -26,4 +26,4 @@ strtod(p, pp)
|
||||
_str_ext_cvt(p, pp, &e);
|
||||
return _ext_dbl_cvt(&e);
|
||||
}
|
||||
#endif NOFLOAT
|
||||
#endif /* NOFLOAT */
|
||||
|
||||
Reference in New Issue
Block a user