diff options
author | Richard Henderson <rth@redhat.com> | 2002-11-26 18:47:44 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-11-26 18:47:44 -0800 |
commit | 7b1bd3c534986f4ceffcdc726e83cb668293d39e (patch) | |
tree | ac42a4633b86b62e66e20e713a5d8c2dcb04f129 /gcc/tree.h | |
parent | 44571d6e4642d00a7adeb9564c838ac500eeabbc (diff) | |
download | gcc-7b1bd3c534986f4ceffcdc726e83cb668293d39e.zip gcc-7b1bd3c534986f4ceffcdc726e83cb668293d39e.tar.gz gcc-7b1bd3c534986f4ceffcdc726e83cb668293d39e.tar.bz2 |
hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.
* hooks.c (hook_bool_void_false, hook_void_tree_int,
hook_void_FILEptr_constcharptr): Rename so that the return
type is first.
(hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr,
hook_bool_tree_false): New.
* hooks.h: Update.
* langhooks-def.h: Update for renames.
* target-def.h: Likewise.
* tree.c (default_comp_type_attributes,
default_set_default_type_attributes, default_insert_attributes,
default_function_attribute_inlinable_p,
default_ms_bitfield_layout_p): Remove.
* tree.h: Update.
From-SVN: r59556
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2354,11 +2354,6 @@ enum attribute_flags extern tree merge_decl_attributes PARAMS ((tree, tree)); extern tree merge_type_attributes PARAMS ((tree, tree)); -extern int default_comp_type_attributes PARAMS ((tree, tree)); -extern void default_set_default_type_attributes PARAMS ((tree)); -extern void default_insert_attributes PARAMS ((tree, tree *)); -extern bool default_function_attribute_inlinable_p PARAMS ((tree)); -extern bool default_ms_bitfield_layout_p PARAMS ((tree)); struct cpp_reader; extern void default_register_cpp_builtins PARAMS ((struct cpp_reader *)); |