diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-10-14 02:15:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-10-14 02:15:39 +0000 |
commit | 33fb2a99c3b4f9346938e9bd31020eb6e9734756 (patch) | |
tree | adf5a22e99d646e2dcaa1acd972632ffa72d663d /gcc/tree.h | |
parent | 84fbffb2c2ca27cf8368808a467a06734fae8ce0 (diff) | |
download | gcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.zip gcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.tar.gz gcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.tar.bz2 |
c-common.h: Remove the prototype for c_expand_body.
* 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.
From-SVN: r129292
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4837,7 +4837,6 @@ extern tree fold_builtin_snprintf_chk (tree, tree, enum built_in_function); extern bool fold_builtin_next_arg (tree, bool); extern enum built_in_function builtin_mathfn_code (const_tree); extern tree build_function_call_expr (tree, tree); -extern tree fold_build_call_expr (tree, tree, tree, tree); extern tree fold_builtin_call_array (tree, tree, int, tree *); extern void debug_fold_checksum (const_tree); extern tree build_call_expr (tree, int, ...); |