mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 04:21:16 -08:00
Merge branch 'develop' into 'develop'
enable long float support on windows msvc build. See merge request embeddable-common-lisp/ecl!136
This commit is contained in:
commit
c2daebc4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ typedef unsigned char ecl_base_char;
|
|||
#define ECL_SLOTS_LIMIT 32768
|
||||
|
||||
/* compiler understands long double */
|
||||
/* #undef ECL_LONG_FLOAT */
|
||||
#define ECL_LONG_FLOAT
|
||||
/* compiler understands complex */
|
||||
/* #undef HAVE_DOUBLE_COMPLEX */
|
||||
/* #undef HAVE_FLOAT_COMPLEX */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue