ANSI C fixes

This commit is contained in:
ceriel
1993-10-21 12:50:58 +00:00
parent d8bcd5d06c
commit ab8dcfa134
13 changed files with 68 additions and 9 deletions

View File

@@ -217,7 +217,9 @@ add_exponent(e, exp)
if (!status) status = flt_status;
flt_status = status;
}
#if __STDC__ > 0
void
#endif
flt_str2flt(s, e)
register char *s;
register flt_arith *e;
@@ -418,7 +420,9 @@ flt_ecvt(e, decpt, sign)
}
return buf;
}
#if __STDC__ > 0
void
#endif
flt_flt2str(e, buf, bufsize)
flt_arith *e;
char *buf;