summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r--gcc/c-pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c
index ff9f67657fd..ca0608c79e2 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);