From 20533f792cd13cb8b16cb580de49d448693d3e7e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 15 Jun 2004 08:24:01 +0000 Subject: [PATCH] fixed ifdef [r3080] --- ir/tr/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type.c b/ir/tr/type.c index 825c466de..7220f709c 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -1625,7 +1625,7 @@ int is_compound_type(type *tp) { } -#if 1 || DEBUG_libfirm +#ifdef DEBUG_libfirm int dump_node_opcode(FILE *F, ir_node *n); /* from irdump.c */ void dump_type (type *tp) { -- 2.20.1