enable long float support on windows msvc build.

since c99 is mandatory now, we should never consider msvc6 anymore.
This commit is contained in:
ZhangYuguo 2019-02-19 15:11:23 +08:00
parent 60d19cd9ab
commit 913cab0bf9

View file

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