From 29fd0b7ab06e56732fcefa586b6e08937fc02633 Mon Sep 17 00:00:00 2001 From: ghazi Date: Sun, 3 Oct 1999 16:28:33 +0000 Subject: * cpplib.c (if_directive_nameo): Add static prototype. * cse.c (cse_insn): Remove unused variable `p'. * except.c (create_rethrow_ref, push_entry, receive_exception_label, new_eh_region_entry, find_func_region, clear_function_eh_region, process_nestinfo): Add static prototypes. (get_reg_for_handler): Hide definition. (process_nestinfo): Initialize variable `extra_handlers'. * expr.h (expand_builtin_longjmp): Add extern prototype. * final.c (final_addr_vec_align, align_fuzz): Add static prototypes. * function.c (prepare_function_start): Likewise. (pop_function_context_from): Mark parameter `context' with ATTRIBUTE_UNUSED. (push_temp_slots_for_block, flush_addressof): Hide definition. * gcov.c (init_arc, reverse_arcs, create_program_flow_graph, solve_program_flow_graph, calculate_branch_probs, function_summary, main, fancy_abort): Add prototypes. * gen-protos.c (add_hash, parse_fn_proto, main): Likewise. (add_hash): Constify a char*. * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr, ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr, ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes. * integrate.c (expand_inline_function_eh_labelmap): Likewise. * lists.c (free_list, zap_lists): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29783 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/lists.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/lists.c') diff --git a/gcc/lists.c b/gcc/lists.c index e0cb419e68e..90b67966b15 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "ggc.h" +static void free_list PARAMS ((rtx *, rtx *)); +static void zap_lists PARAMS ((void *)); + /* Functions for maintaining cache-able lists of EXPR_LIST and INSN_LISTs. */ /* An INSN_LIST containing all INSN_LISTs allocated but currently unused. */ -- cgit v1.2.3