Grumble. DO declare logbl(), DON'T declare logl() just yet.

bde is going to commit logl() Real Soon Now.
I'm just trying to slow him down with merge conflicts.

Noticed by:	bde
This commit is contained in:
David Schultz 2007-12-20 03:16:55 +00:00
parent 74301f9edd
commit 45310fdb5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174804

View file

@ -436,7 +436,9 @@ long long llroundl(long double);
long double log10l(long double);
long double log1pl(long double);
long double log2l(long double);
#endif
long double logbl(long double);
#if 0
long double logl(long double);
long lrintl(long double);
#endif