diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-03-04 19:09:22 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-03-04 19:09:22 -0500 |
commit | 5f12e98764bd830e715fdfa7c8316e07ab4d38c5 (patch) | |
tree | d07c9826b0161a8303e9b55ca4bf6ebff3dd30b3 /gcc/dwarf2out.h | |
parent | 5830574a1674fe8a174ad4f1d21b152215b6e5ab (diff) | |
download | gcc-5f12e98764bd830e715fdfa7c8316e07ab4d38c5.tar.gz |
declare dwarf2out_ignore_block
From-SVN: r32332
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 1c19f3d266b..4b975b61eda 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -29,6 +29,7 @@ extern void dwarf2out_end_source_file PARAMS ((void)); extern void dwarf2out_begin_block PARAMS ((unsigned)); extern void dwarf2out_end_block PARAMS ((unsigned)); +extern void dwarf2out_ignore_block PARAMS ((tree)); extern void dwarf2out_label PARAMS ((rtx)); extern void dwarf2out_decl PARAMS ((tree)); extern void dwarf2out_line PARAMS ((const char *, unsigned)); |