Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.

This commit is contained in:
rodrigc 2015-09-20 20:52:13 +00:00
parent ce886a6233
commit 215fea0400

View File

@ -102,9 +102,7 @@ static struct sgl_limits {
#endif /* vax */
bool_t
xdr_float(xdrs, fp)
XDR *xdrs;
float *fp;
xdr_float(XDR *xdrs, float *fp)
{
#ifndef IEEEFP
struct ieee_single is;