Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
65a8a19d
Commit
65a8a19d
authored
Feb 25, 2005
by
Florian Liekweg
Browse files
fix GNU stuff
[r5256]
parent
c61de833
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana2/pto_debug.c
View file @
65a8a19d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment