diff options
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index 8852c05..ec10c14 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -77,7 +77,7 @@ do_niy (pretty_printer *buffer, const_tree node) /* Debugging function to print out a generic expression. */ -void +DEBUG_FUNCTION void debug_generic_expr (tree t) { print_generic_expr (stderr, t, TDF_VOPS|TDF_MEMSYMS); @@ -86,7 +86,7 @@ debug_generic_expr (tree t) /* Debugging function to print out a generic statement. */ -void +DEBUG_FUNCTION void debug_generic_stmt (tree t) { print_generic_stmt (stderr, t, TDF_VOPS|TDF_MEMSYMS); @@ -95,7 +95,7 @@ debug_generic_stmt (tree t) /* Debugging function to print out a chain of trees . */ -void +DEBUG_FUNCTION void debug_tree_chain (tree t) { struct pointer_set_t *seen = pointer_set_create (); |