hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.
authorRichard Henderson <rth@redhat.com>
Wed, 27 Nov 2002 02:47:44 +0000 (18:47 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 27 Nov 2002 02:47:44 +0000 (18:47 -0800)
commit7b1bd3c534986f4ceffcdc726e83cb668293d39e
treeac42a4633b86b62e66e20e713a5d8c2dcb04f129
parent44571d6e4642d00a7adeb9564c838ac500eeabbc
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
gcc/ChangeLog
gcc/hooks.c
gcc/hooks.h
gcc/langhooks-def.h
gcc/target-def.h
gcc/tree.c
gcc/tree.h