diff options
author | Jason Merrill <jason@casey.cygnus.com> | 2000-05-02 20:43:24 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-05-02 16:43:24 -0400 |
commit | 64b59a80f755d6ca6b1ab909f2a267c3376803ad (patch) | |
tree | a122f23eb74b7af597fd74a1558c5fac6ab9e969 /gcc/dwarf2out.h | |
parent | 7145d9fe6bb782d384cab328c028507b4f8f435a (diff) | |
download | gcc-64b59a80f755d6ca6b1ab909f2a267c3376803ad.tar.gz |
toplev.c (debug_ignore_block): Return int.
* 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.
From-SVN: r33616
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)); |