diff options
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r-- | gcc/c-pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c index ff9f676..ca0608c 100644 --- a/gcc/c-pretty-print.c +++ b/gcc/c-pretty-print.c @@ -2231,7 +2231,7 @@ print_c_tree (FILE *file, tree t) /* Print the tree T in full, on stderr. */ -void +DEBUG_FUNCTION void debug_c_tree (tree t) { print_c_tree (stderr, t); |