Moved definition of DBL_EPSILON.

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

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;

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