diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-02 20:43:24 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-02 20:43:24 +0000 |
commit | 0a78547b888d323995803c34bf70f886e2043963 (patch) | |
tree | a122f23eb74b7af597fd74a1558c5fac6ab9e969 /gcc/dwarf2out.h | |
parent | 47efb553e61e0cb9aefdf84c50bc1b19ba46c929 (diff) | |
download | gcc-0a78547b888d323995803c34bf70f886e2043963.tar.gz |
* toplev.c (debug_ignore_block): Return int.
* dwarf2out.c (dwarf2out_ignore_block): Likewise.
* toplev.h, dwarf2out.h: Adjust.
* emit-rtl.c (remove_unnecessary_notes): Test return value.
* emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
* toplev.c, final.c, rtl.h: Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r-- | gcc/dwarf2out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index 7496f9dcdf2..0b6d1b22de0 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -28,7 +28,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 int 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)); |