diff options
author | dberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-07 23:08:23 +0000 |
---|---|---|
committer | dberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-07 23:08:23 +0000 |
commit | cf48439062da095caf46e3cbf672f3e3460543f8 (patch) | |
tree | 52566fdbb0b084676aa3532c776e0d3c48a44aae /gcc/langhooks.c | |
parent | 4704b74336299aa76d106eb0b79897ee915c85cf (diff) | |
download | gcc-cf48439062da095caf46e3cbf672f3e3460543f8.tar.gz |
2007-04-07 Daniel Berlin <dberlin@dberlin.org>
Revert change removing staticp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123650 138bc75d-0d04-0410-961f-82ee72b054a4
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 49a5a07c9b7..919f05dea7d 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 |