add DLLEXPORT to bsdsrc files

This commit is contained in:
Jameson Nash 2013-08-04 10:03:27 -04:00
parent 18f475de56
commit ec41733ce8
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ static const double lntiny = -0x1.77af8ebeae354p9;
static const double invln2 = 0x1.71547652b82fep0;
#if 0
double exp(x)
DLLEXPORT double exp(x)
double x;
{
double z,hi,lo,c;

View File

@ -352,7 +352,7 @@ static double logF_tail[N+1] = {
};
#if 0
double
DLLEXPORT double
#ifdef _ANSI_SOURCE
log(double x)
#else

View File

@ -121,7 +121,7 @@ static struct Double ratfun_gam(double, double);
static const double zero = 0., one = 1.0, tiny = 1e-300;
double
DLLEXPORT double
tgamma(x)
double x;
{