Set #defines to standard values
authorDaniel Grund <grund@cs.uni-saarland.de>
Thu, 9 Mar 2006 10:42:58 +0000 (10:42 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Thu, 9 Mar 2006 10:42:58 +0000 (10:42 +0000)
ir/be/becopyilp_t.h
ir/be/becopystat.h

index 349593e..5d5600c 100644 (file)
@@ -111,7 +111,7 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg)
 
 #include <lpp/lpp.h>
 
-#undef LPP_SOLVE_NET
+#define LPP_SOLVE_NET
 
 #ifdef LPP_SOLVE_NET
 #  include <lpp/lpp_net.h>
index 6767388..cb804a6 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _BECOPYSTAT_H
 #define _BECOPYSTAT_H
 
-#define COPYOPT_STAT
+#undef COPYOPT_STAT
 
 #ifdef COPYOPT_STAT