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
|
#define ECL_SLOTS_LIMIT 32768
|
||||||
|
|
||||||
/* compiler understands long double */
|
/* compiler understands long double */
|
||||||
/* #undef ECL_LONG_FLOAT */
|
#define ECL_LONG_FLOAT
|
||||||
/* compiler understands complex */
|
/* compiler understands complex */
|
||||||
/* #undef HAVE_DOUBLE_COMPLEX */
|
/* #undef HAVE_DOUBLE_COMPLEX */
|
||||||
/* #undef HAVE_FLOAT_COMPLEX */
|
/* #undef HAVE_FLOAT_COMPLEX */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue