Do not use '#endif/#else xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 14:27:24 +00:00
parent 7d78a01b64
commit c8fa012584
5 changed files with 5 additions and 9 deletions

View File

@@ -45,4 +45,4 @@ fcvt(value, ndigit, decpt, sign)
return cvt(value, ndigit, decpt, sign, 0);
}
#endif NOFLOAT
#endif /* NOFLOAT */