13 lines
396 B
Text
13 lines
396 B
Text
$NetBSD: patch-af,v 1.1 2001/04/12 21:06:45 jtb Exp $
|
|
|
|
--- portable.h.orig Thu Apr 12 20:13:29 2001
|
|
+++ portable.h
|
|
@@ -94,7 +94,7 @@
|
|
a float.h defns file then replace the definition of DBL_MIN with
|
|
an #include <float.h> */
|
|
|
|
-#define DBL_MIN 10e-307
|
|
+/* #define DBL_MIN 10e-307 */
|
|
|
|
#ifdef sun
|
|
extern int fclose( /* FILE *stream */ );
|