diff --git a/src/h/ecl-inl.h b/src/h/ecl-inl.h index 7283e95dc..9f107e48a 100644 --- a/src/h/ecl-inl.h +++ b/src/h/ecl-inl.h @@ -80,7 +80,7 @@ static const cl_object name = (cl_object)(& name ## data) #define ecl_def_ct_long_float(name,f,static,const) \ - static const struct ecl_longfloat name ## data = { \ + static const struct ecl_long_float name ## data = { \ (int8_t)t_longfloat, 0, 0, 0, \ (long double)(f) }; \ static const cl_object name = (cl_object)(& name ## data)