diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-14 02:15:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-14 02:15:39 +0000 |
commit | 80bd7101528ac7bdc7501865ccdbcc14154a5d96 (patch) | |
tree | adf5a22e99d646e2dcaa1acd972632ffa72d663d /gcc/c-common.h | |
parent | c7684b8e2ecd2622f304401306439aad2a7f7949 (diff) | |
download | ppe42-gcc-80bd7101528ac7bdc7501865ccdbcc14154a5d96.tar.gz ppe42-gcc-80bd7101528ac7bdc7501865ccdbcc14154a5d96.zip |
* c-common.h: Remove the prototype for c_expand_body.
* c-tree.h: Remove the prototype for c_disregard_inline_limits.
* tree.h: Remove the prototype for fold_build_call_expr.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 428cb21f5a6..99209c71ce3 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -832,7 +832,6 @@ extern tree lookup_name (tree); extern bool vector_types_convertible_p (const_tree t1, const_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); |