arguments of CALL_EXPR.
(fold_builtin_1): Update a call to fold_builtin_logarithm.
+ * c-decl.c (c_init_decl_processing): Remove local variables
+ ptr_ftype_void and ptr_ftype_ptr.
+
2005-03-12 Geoffrey Keating <geoffk@apple.com>
* c-lex.c (c_lex_with_flags): Add parameter to call to
c_init_decl_processing (void)
{
tree endlink;
- tree ptr_ftype_void, ptr_ftype_ptr;
location_t save_loc = input_location;
/* Initialize reserved words for parser. */
boolean_type_node));
endlink = void_list_node;
- ptr_ftype_void = build_function_type (ptr_type_node, endlink);
- ptr_ftype_ptr
- = build_function_type (ptr_type_node,
- tree_cons (NULL_TREE, ptr_type_node, endlink));
+ build_function_type (ptr_type_node, endlink);
+ build_function_type (ptr_type_node,
+ tree_cons (NULL_TREE, ptr_type_node, endlink));
input_location = save_loc;