Date: Tue, 31 Oct 1995 15:28:37 -0800 From: maze AT rfs63 DOT berkeley DOT edu (Don R. Maszle) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: djgpp typo in libc.a 2.63b Has this been reported or corrected yet? I've patched my local versino by changing teh inlcude file repsectively. D:\USR>nm \usr\lib\libc.a | grep dj_double 00000000 D ___dj_double_eplison ^^^ The corresponding reference appears twice in the include file "float.h" D:\USR>grep dj_double_epsilon \usr\include\float.h extern double __dj_double_epsilon; #define DBL_EPSILON __dj_double_epsilon Don Maszle