From 0e657faf79549b6fd1569855ab088940199fbeba Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sat, 28 Jun 2008 07:57:39 +0000 Subject: [PATCH] Complete the fix for LONG_FLOAT. --- src/h/object.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/h/object.h b/src/h/object.h index b24bc882e..9e4f69ec7 100644 --- a/src/h/object.h +++ b/src/h/object.h @@ -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;