From 52b4ceec85b4e6844093abd957cb654ad3b2fcd4 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Thu, 9 Mar 2006 10:42:58 +0000 Subject: [PATCH] Set #defines to standard values --- ir/be/becopyilp_t.h | 2 +- ir/be/becopystat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 349593e88..5d5600c5b 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -111,7 +111,7 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) #include -#undef LPP_SOLVE_NET +#define LPP_SOLVE_NET #ifdef LPP_SOLVE_NET # include diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 676738889..cb804a68e 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -7,7 +7,7 @@ #ifndef _BECOPYSTAT_H #define _BECOPYSTAT_H -#define COPYOPT_STAT +#undef COPYOPT_STAT #ifdef COPYOPT_STAT -- 2.20.1