added empty macros if FIRM_EDGES is not defined
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 11:56:53 +0000 (11:56 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 11:56:53 +0000 (11:56 +0000)
added common copyright message

[r5095]

ir/ir/irnode_t.h

index 40112b8..efcb9f0 100644 (file)
@@ -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 -------- */