diff options
Diffstat (limited to 'libm/e_gamma_r.c')
-rw-r--r-- | libm/e_gamma_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_gamma_r.c b/libm/e_gamma_r.c index 36b0d45d6..620f692b5 100644 --- a/libm/e_gamma_r.c +++ b/libm/e_gamma_r.c @@ -22,7 +22,7 @@ #include "math_private.h" #ifdef __STDC__ - //__private_extern__ + /* __private_extern__ */ double attribute_hidden __ieee754_gamma_r(double x, int *signgamp) #else double attribute_hidden __ieee754_gamma_r(x,signgamp) |