From 913cab0bf9748798edadd4dec577643d33acc0fd Mon Sep 17 00:00:00 2001 From: ZhangYuguo Date: Tue, 19 Feb 2019 15:11:23 +0800 Subject: [PATCH] enable long float support on windows msvc build. since c99 is mandatory now, we should never consider msvc6 anymore. --- msvc/ecl/config.h.msvc6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/ecl/config.h.msvc6 b/msvc/ecl/config.h.msvc6 index dc2d5282..906cb68e 100755 --- a/msvc/ecl/config.h.msvc6 +++ b/msvc/ecl/config.h.msvc6 @@ -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 */