mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 21:41:29 -08:00
Fxed typo.
This commit is contained in:
parent
390f2cc978
commit
bd4ebf1353
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ cl_cos(cl_object x)
|
|||
* when the argument is pi/4. It is 2008 and this has not yet been
|
||||
* solved.
|
||||
*/
|
||||
#if defined(__amd64__) && defined(__GLIBC_)
|
||||
#if defined(__amd64__) && defined(__GLIBC__)
|
||||
# ifdef tanf
|
||||
# undef tanf
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue