enable long float support on windows msvc build.
since c99 is mandatory now, we should never consider msvc6 anymore.
This commit is contained in:
parent
60d19cd9ab
commit
913cab0bf9
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
Reference in a new issue