]> gcc.gnu.org Git - gcc.git/commit - gcc/regmove.c
print-tree.c (print_node, indent_to): Remove redundant prototypes.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 3 Oct 1999 16:47:52 +0000 (16:47 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 3 Oct 1999 16:47:52 +0000 (16:47 +0000)
commit95d75019ff92aa7bb5910cd0091eb8cb395f2a90
tree849386badcfcf13df29ffffb2bf195a15a495470
parentca3075bd73284367f527e7c4e987d3c933638add
print-tree.c (print_node, indent_to): Remove redundant prototypes.

* print-tree.c (print_node, indent_to): Remove redundant prototypes.

* profile.c (instrument_arcs, output_gcov_string,
tablejump_entry_p): Add static prototypes.
(output_gcov_string): Constify a char*.

* regmove.c (replacement_quality, fixup_match_2): Add static
prototypes.

* resource.h (reg_dead_p): Add extern prototype.

* rtl.c (trim_filename): Add static prototype.

* scan-decls.c (skip_to_closing_brace): Likewise.

* stmt.c (expand_decl_cleanup_no_eh): Hide definition.
(expand_end_case): Initialize variable `range'.
(emit_case_nodes): Remove unused prototype `rtx_fn'.

* varasm.c (asm_emit_uninitialised): Add static prototype.
(asm_emit_uninitialised, assemble_variable): Mark parameter with
ATTRIBUTE_UNUSED.

From-SVN: r29784
gcc/ChangeLog
gcc/print-tree.c
gcc/profile.c
gcc/regmove.c
gcc/resource.h
gcc/rtl.c
gcc/scan-decls.c
gcc/stmt.c
gcc/varasm.c
This page took 0.057707 seconds and 5 git commands to generate.