aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-10-14 02:15:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-10-14 02:15:39 +0000
commit33fb2a99c3b4f9346938e9bd31020eb6e9734756 (patch)
treeadf5a22e99d646e2dcaa1acd972632ffa72d663d /gcc/c-tree.h
parent84fbffb2c2ca27cf8368808a467a06734fae8ce0 (diff)
downloadgcc-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/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 9fd696b..bc572ef 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -520,7 +520,6 @@ extern struct c_declspecs *declspecs_add_attrs (struct c_declspecs *, tree);
extern struct c_declspecs *finish_declspecs (struct c_declspecs *);
/* in c-objc-common.c */
-extern int c_disregard_inline_limits (const_tree);
extern int c_cannot_inline_tree_fn (tree *);
extern bool c_objc_common_init (void);
extern bool c_missing_noreturn_ok_p (tree);