add DLLEXPORT to bsdsrc files
This commit is contained in:
parent
18f475de56
commit
ec41733ce8
@ -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;
|
||||
|
@ -352,7 +352,7 @@ static double logF_tail[N+1] = {
|
||||
};
|
||||
|
||||
#if 0
|
||||
double
|
||||
DLLEXPORT double
|
||||
#ifdef _ANSI_SOURCE
|
||||
log(double x)
|
||||
#else
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user