mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove cruft
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8420 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a889712da2
commit
f38fb55aba
@ -211,9 +211,6 @@ void gnc_set_log_level_global(gncLogLevel level);
|
||||
void gnc_set_logfile (FILE *outfile);
|
||||
|
||||
/** Macros *****************************************************/
|
||||
#define EPS (1.0e-6)
|
||||
#define DEQEPS(x,y,eps) (((((x)+(eps))>(y)) ? 1 : 0) && ((((x)-(eps))<(y)) ? 1 : 0))
|
||||
#define DEQ(x,y) DEQEPS(x,y,EPS)
|
||||
|
||||
#define SAFE_STRCMP_REAL(fcn,da,db) { \
|
||||
if ((da) && (db)) { \
|
||||
|
Loading…
Reference in New Issue
Block a user