From: Michael Beck Date: Fri, 11 Feb 2005 11:56:53 +0000 (+0000) Subject: added empty macros if FIRM_EDGES is not defined X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=34858c01ac107a262994ef99966236f5f18ceb76;p=libfirm added empty macros if FIRM_EDGES is not defined added common copyright message [r5095] --- diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index 40112b88b..efcb9f035 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -242,7 +242,7 @@ struct ir_node { struct abstval *av; struct section *sec; #endif -#ifdef FIRM_EDGES_INPLACE +#if FIRM_EDGES_INPLACE irn_edge_info_t edge_info; #endif /* ------- Opcode depending fields -------- */