Back out last change

This commit is contained in:
Paul Traina 1998-04-23 04:44:08 +00:00
parent e89652d0c4
commit 5a36b24aa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35399

View file

@ -172,7 +172,7 @@ extern double scalbn __P((double, int));
/*
* BSD math library entry points
*/
extern double cabs __P((double));
extern double cabs();
extern double drem __P((double, double));
extern double expm1 __P((double));
extern double log1p __P((double));
@ -255,7 +255,7 @@ extern float scalbnf __P((float, int));
/*
* float versions of BSD math library entry points
*/
extern float cabsf __P((float));
extern float cabsf ();
extern float dremf __P((float, float));
extern float expm1f __P((float));
extern float log1pf __P((float));