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/c-common.h | |
parent | ee57a66148bae672e53312950c296ef81294f064 (diff) | |
download | gcc-270c60bb5f93889717d18a7835069897a7ce3e16.tar.gz |
2007-04-07 Daniel Berlin <dberlin@dberlin.org>
Revert change removing staticp.
From-SVN: r123650
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 40025c33c34..b128e31a008 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -825,6 +825,8 @@ extern bool vector_types_convertible_p (tree t1, tree t2, bool emit_lax_note); extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *); extern void c_expand_body (tree); +extern tree c_staticp (tree); + extern void init_c_lex (void); extern void c_cpp_builtins (cpp_reader *); |