1. 03 Oct, 1999 5 commits
    • cpplib.c (if_directive_nameo): Add static prototype. · ca3075bd
      	* 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.
      
      From-SVN: r29783
      Kaveh R. Ghazi committed
    • alias.c (nonlocal_reference_p): Add static prototype. · 93868d11
              * alias.c (nonlocal_reference_p): Add static prototype.
      
              * bitmap.c (bitmap_element_allocate): Prototype args in function
              pointer cast.
      
              * builtins.c (stabilize_va_list): Add static prototype.
              (expand_builtin_va_arg): Constify a char*.
      
              * c-lex.c (getch, put_back, extend_token_buffer_to,
              read_line_number, token_getch, token_put_back): Add static
              prototypes.
      
              * c-parse.gperf (hash, is_reserved_word): Likewise.
      
              * cccp.c (is_dir_separator): Likewise.
      
      From-SVN: r29782
      Kaveh R. Ghazi committed
    • tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than DECL_BIT_FIELD. · 807625cf
      	* tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for
      	bitfields, rather than DECL_BIT_FIELD.
      	* ir.texi: Document how to tell whether or not a field is a
      	bitfield.
      
      	* lex.c (make_lang_type): Fix typo in comment.
      
      From-SVN: r29781
      Mark Mitchell committed
    • Daily bump. · 4927b3d4
      From-SVN: r29780
      Jeff Law committed
    • xmalloc.c (xmalloc): Fix spelling error. · fc232f7a
      	* xmalloc.c (xmalloc): Fix spelling error.
      	(xcalloc, xrealloc): Likewise.
      
      From-SVN: r29779
      Mark Mitchell committed
  2. 02 Oct, 1999 20 commits
  3. 01 Oct, 1999 15 commits