diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2007-04-07 23:08:23 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@gcc.gnu.org> | 2007-04-07 23:08:23 +0000 |
commit | 270c60bb5f93889717d18a7835069897a7ce3e16 (patch) | |
tree | 52566fdbb0b084676aa3532c776e0d3c48a44aae /gcc/langhooks.c | |
parent | ee57a66148bae672e53312950c296ef81294f064 (diff) | |
download | gcc-270c60bb5f93889717d18a7835069897a7ce3e16.zip gcc-270c60bb5f93889717d18a7835069897a7ce3e16.tar.gz gcc-270c60bb5f93889717d18a7835069897a7ce3e16.tar.bz2 |
2007-04-07 Daniel Berlin <dberlin@dberlin.org>
Revert change removing staticp.
From-SVN: r123650
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 49a5a07..919f05d 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -117,6 +117,14 @@ lhd_print_tree_nothing (FILE * ARG_UNUSED (file), { } +/* Called from staticp. */ + +tree +lhd_staticp (tree ARG_UNUSED (exp)) +{ + return NULL; +} + /* Called from check_global_declarations. */ bool |