Complete the fix for LONG_FLOAT.

This commit is contained in:
jjgarcia 2008-06-28 07:57:39 +00:00
parent aa099a332a
commit 0e657faf79

View file

@ -164,8 +164,7 @@ struct ecl_doublefloat {
#define df(obje) (obje)->DF.DFVAL
#define ecl_double_float(o) ((o)->doublefloat.value)
#ifdef HAVE_LONG_DOUBLE
#define ECL_LONG_FLOAT
#ifdef ECL_LONG_FLOAT
struct ecl_long_float {
HEADER;
long double value;