ECL_LONG_DOUBLE was not defined

This commit is contained in:
jjgarcia 2008-06-23 20:37:16 +00:00
parent 1a7041c0f5
commit 719b6ecd9d

View file

@ -149,6 +149,9 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
/* compiler understands long double */
#undef HAVE_LONG_DOUBLE
#ifdef HAVE_LONG_DOUBLE
# define ECL_LONG_FLOAT
#endif
/* compiler understands complex */
#undef HAVE_DOUBLE_COMPLEX
#undef HAVE_FLOAT_COMPLEX