OSDN Git Service

*: document __USE_EXTERN_INLINES better;
[uclinux-h8/uClibc.git] / libm / e_gamma_r.c
index 36b0d45..620f692 100644 (file)
@@ -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)