mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
si_nan: return value (bugfix)
This commit is contained in:
parent
6b07439dfe
commit
f70f46a1b7
1 changed files with 1 additions and 0 deletions
|
|
@ -922,5 +922,6 @@ cl_object
|
|||
si_nan() {
|
||||
cl_object x = ecl_alloc_object(t_doublefloat);
|
||||
ecl_double_float(x) = NAN;
|
||||
return NAN;
|
||||
}
|
||||
#endif /* ECL_IEEE_FP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue