tree.c (staticp): Return the static object.
authorRichard Henderson <rth@redhat.com>
Fri, 27 Aug 2004 00:27:24 +0000 (17:27 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 27 Aug 2004 00:27:24 +0000 (17:27 -0700)
commit525c6bf5a6b91fa09f57b79bad9737ab3733601d
tree1e34e5e9ca494cf80b9eeedaeeb9ab699cb921c7
parent81d1fb087780b62dbbb3994dfeeb93f76a9773cc
tree.c (staticp): Return the static object.

        * tree.c (staticp): Return the static object.
        * tree.h (staticp): Update decl.
        * langhooks.h (struct lang_hooks): Change staticp return type to tree.
        * langhooks.c (lhd_staticp): Return NULL_TREE.
        * langhooks-def.h (lhd_staticp): Update decl.
        * c-common.c (c_staticp): Return the static object.
        * c-common.h (c_staticp): Update decl.

From-SVN: r86650
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h
gcc/tree.c
gcc/tree.h