diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c index 393a8011e0d..d166a9a1527 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3307,7 +3307,7 @@ dump_eh_tree (FILE * out, struct function *fun) /* Dump the EH tree for FN on stderr. */ -void +DEBUG_FUNCTION void debug_eh_tree (struct function *fn) { dump_eh_tree (stderr, fn); @@ -3315,7 +3315,7 @@ debug_eh_tree (struct function *fn) /* Verify invariants on EH datastructures. */ -void +DEBUG_FUNCTION void verify_eh_tree (struct function *fun) { eh_region r, outer; |