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:
Daniel Kochmański 2019-02-22 10:55:19 +00:00
commit c2daebc4bd

View file

@ -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 */