Moved definition of DBL_EPSILON.
authorWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:51:57 +0000 (01:51 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:51:57 +0000 (01:51 +0000)
popt/popt.c
popt/system.h

index 9ce3b35..fcf671c 100644 (file)
 #include "findme.h"
 #include "poptint.h"
 
+#ifndef DBL_EPSILON
+#define DBL_EPSILON 2.2204460492503131e-16
+#endif
+
 #ifdef MYDEBUG
 /*@unchecked@*/
 int _popt_debug = 0;
index a2dec86..72d52e1 100644 (file)
@@ -123,10 +123,6 @@ int snprintf(char *str,size_t count,const char *fmt,...);
 
 #define PACKAGE "rsync"
 
-#ifndef DBL_EPSILON
-#define DBL_EPSILON 2.2204460492503131e-16
-#endif
-
 #ifdef _ABS
 #undef _ABS
 #endif