From 65a8a19d09de77d8099ca2d5308b2965410c950b Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Fri, 25 Feb 2005 16:47:51 +0000 Subject: [PATCH] fix GNU stuff [r5256] --- ir/ana2/pto_debug.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ir/ana2/pto_debug.c b/ir/ana2/pto_debug.c index 58b93524c..301a443de 100644 --- a/ir/ana2/pto_debug.c +++ b/ir/ana2/pto_debug.c @@ -22,6 +22,7 @@ # include "pto_debug.h" # include "pto_comp.h" +# include "gnu_ext.h" # include "qset.h" /* # include "xmalloc.h" */ @@ -50,6 +51,8 @@ int get_dbg_lvl () void set_dbg_lvl (int lvl) { + /* fprintf (stdout, "%s:%s (): dbg_lvl: %i -> %i\n", */ +/* __FILE__, __FUNCTION__, dbg_lvl, lvl); */ dbg_lvl = lvl; } @@ -69,6 +72,9 @@ void pto_print_pto (ir_node *node) /* $Log$ + Revision 1.5 2005/02/25 16:47:51 liekweg + fix GNU stuff + Revision 1.4 2004/12/20 17:34:35 liekweg fix recursion handling -- 2.20.1