diff options
Diffstat (limited to 'gcc/print-tree.h')
-rw-r--r-- | gcc/print-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/print-tree.h b/gcc/print-tree.h index fb729cc..5c613dd 100644 --- a/gcc/print-tree.h +++ b/gcc/print-tree.h @@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_PRINT_TREE_H extern void debug_tree (tree); +extern void debug (tree); extern void debug_raw (const tree_node &ref); extern void debug_raw (const tree_node *ptr); extern void debug (const tree_node &ref); |