summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-03 13:59:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-03 13:59:52 +0000
commit2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8 (patch)
tree0e0db7e3fbb4fbe1be3c56ad6c80bb7d63effb93 /libm
parent94bbeb72728193288f2bf071cf0e40293499045b (diff)
- use c89-style comments
Closes issue #5194
Diffstat (limited to 'libm')
-rw-r--r--libm/e_gamma.c2
-rw-r--r--libm/e_gamma_r.c2
-rw-r--r--libm/e_lgamma.c2
3 files changed, 3 insertions, 3 deletions
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)