Only compile log1pl when using long double.

This commit is contained in:
jgarcia 2008-05-13 13:55:51 +00:00
parent e8a633fe59
commit d247aab1ed

View file

@ -55,7 +55,7 @@ log1pf(float x)
}
#endif
#ifndef HAVE_LOG1PL
#if !defined(HAVE_LOG1PL) && defined(ECL_LONG_FLOAT)
long double
log1pl(long double x)
{