]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 9ce3b35578b73a1eadc2db6cdf6224307b41ecda..fcf671caf941bd4fcd6a9be02317e7ee9b80157f 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 a2dec8614174687dc3e680e5a68f794b2f9aeec2..72d52e1dea6495e8ae94a6df0508f8c0b9e7c6a9 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