mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
add ECL_API to si_nan declaration
This commit is contained in:
parent
524558ba6f
commit
d50a7d3141
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ extern ECL_API long double ecl_to_long_double(cl_object x);
|
|||
extern ECL_API cl_object ecl_make_long_float(long double f);
|
||||
#endif
|
||||
#ifdef ECL_IEEE_FP
|
||||
extern cl_object si_nan();
|
||||
extern ECL_API cl_object si_nan();
|
||||
#endif /* ECL_IEEE_FP */
|
||||
|
||||
/* num_co.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue