mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
ECL_LONG_DOUBLE was not defined
This commit is contained in:
parent
1a7041c0f5
commit
719b6ecd9d
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
|
|||
|
||||
/* compiler understands long double */
|
||||
#undef HAVE_LONG_DOUBLE
|
||||
#ifdef HAVE_LONG_DOUBLE
|
||||
# define ECL_LONG_FLOAT
|
||||
#endif
|
||||
/* compiler understands complex */
|
||||
#undef HAVE_DOUBLE_COMPLEX
|
||||
#undef HAVE_FLOAT_COMPLEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue