mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
Complete the fix for LONG_FLOAT.
This commit is contained in:
parent
aa099a332a
commit
0e657faf79
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue