From f4438d5eb7fe1941a4ad9f72d75581176e13d3ca Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 11 Oct 1998 17:14:56 +0000 Subject: Eliminate nested comment warning. Submitted by: lh@aus.org --- lib/libm/common_source/lgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libm/common_source') diff --git a/lib/libm/common_source/lgamma.c b/lib/libm/common_source/lgamma.c index b5cb49f..5347c93 100644 --- a/lib/libm/common_source/lgamma.c +++ b/lib/libm/common_source/lgamma.c @@ -91,7 +91,7 @@ int signgam; #define LEFT (1.0 - (x0 + .25)) #define RIGHT (x0 - .218) /* -/* Constants for approximation in [1.244,1.712] + * Constants for approximation in [1.244,1.712] */ #define x0 0.461632144968362356785 #define x0_lo -.000000000000000015522348162858676890521 -- cgit v1.1