From d50a7d31413102ea9dfc82dc1c1247586936355e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Tue, 6 Dec 2016 20:30:18 +0100 Subject: [PATCH] add ECL_API to si_nan declaration --- src/h/external.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/external.h b/src/h/external.h index df810c718..5956b9034 100755 --- a/src/h/external.h +++ b/src/h/external.h @@ -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 */