add ECL_API to si_nan declaration

This commit is contained in:
Daniel Kochmański 2016-12-06 20:30:18 +01:00
parent 524558ba6f
commit d50a7d3141

View file

@ -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 */