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_lgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/e_lgamma.c') 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