mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 01:10:53 -08:00
Only compile log1pl when using long double.
This commit is contained in:
parent
e8a633fe59
commit
d247aab1ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue