Commit 684576ff authored by Wayne Davison's avatar Wayne Davison

Moved definition of DBL_EPSILON.

parent 574a24a2
......@@ -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;
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment