Moved definition of DBL_EPSILON.

This commit is contained in:
Wayne Davison committed 2006-11-09 01:51:57 +00:00
1 parent 574a24a2ec
commit 684576ff45
2 files changed
+4 -4

No files matched your search

+4
View File
@@ -18,6 +18,10 @@
#include "findme.h"
#include "poptint.h"
#ifndef DBL_EPSILON
#define DBL_EPSILON 2.2204460492503131e-16
#endif
#ifdef MYDEBUG
/*@unchecked@*/
int _popt_debug = 0;
-4
View 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