From 2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 3 Oct 2008 13:59:52 +0000 Subject: - use c89-style comments Closes issue #5194 --- libm/e_gamma.c | 2 +- libm/e_gamma_r.c | 2 +- libm/e_lgamma.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libm') diff --git a/libm/e_gamma.c b/libm/e_gamma.c index bb1bb9198..05b3b86e8 100644 --- a/libm/e_gamma.c +++ b/libm/e_gamma.c @@ -23,7 +23,7 @@ libm_hidden_proto(signgam) #ifdef __STDC__ - //__private_extern__ + /* __private_extern__ */ double attribute_hidden __ieee754_gamma(double x) #else double attribute_hidden __ieee754_gamma(x) 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) diff --git a/libm/e_lgamma.c b/libm/e_lgamma.c index af45d11f7..af7cccf54 100644 --- a/libm/e_lgamma.c +++ b/libm/e_lgamma.c @@ -23,7 +23,7 @@ libm_hidden_proto(signgam) #ifdef __STDC__ - //__private_extern__ + /* __private_extern__ */ double attribute_hidden __ieee754_lgamma(double x) #else double attribute_hidden __ieee754_lgamma(x) -- cgit v1.2.3