Commit 33fb2a99 by Kazu Hirata Committed by Kazu Hirata

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
parent 84fbffb2
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
tree-vect-transform.c: Fix comment typos. tree-vect-transform.c: Fix comment typos.
* doc/extend.texi: Fix a typo. * doc/extend.texi: Fix a typo.
* 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.
2007-10-13 David Edelsohn <edelsohn@gnu.org> 2007-10-13 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix53.h: New file. * config/rs6000/aix53.h: New file.
...@@ -832,7 +832,6 @@ extern tree lookup_name (tree); ...@@ -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 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 rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *);
extern void c_expand_body (tree);
extern tree c_staticp (tree); extern tree c_staticp (tree);
......
...@@ -520,7 +520,6 @@ extern struct c_declspecs *declspecs_add_attrs (struct c_declspecs *, tree); ...@@ -520,7 +520,6 @@ extern struct c_declspecs *declspecs_add_attrs (struct c_declspecs *, tree);
extern struct c_declspecs *finish_declspecs (struct c_declspecs *); extern struct c_declspecs *finish_declspecs (struct c_declspecs *);
/* in c-objc-common.c */ /* in c-objc-common.c */
extern int c_disregard_inline_limits (const_tree);
extern int c_cannot_inline_tree_fn (tree *); extern int c_cannot_inline_tree_fn (tree *);
extern bool c_objc_common_init (void); extern bool c_objc_common_init (void);
extern bool c_missing_noreturn_ok_p (tree); extern bool c_missing_noreturn_ok_p (tree);
......
...@@ -4837,7 +4837,6 @@ extern tree fold_builtin_snprintf_chk (tree, tree, enum built_in_function); ...@@ -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 bool fold_builtin_next_arg (tree, bool);
extern enum built_in_function builtin_mathfn_code (const_tree); extern enum built_in_function builtin_mathfn_code (const_tree);
extern tree build_function_call_expr (tree, 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 tree fold_builtin_call_array (tree, tree, int, tree *);
extern void debug_fold_checksum (const_tree); extern void debug_fold_checksum (const_tree);
extern tree build_call_expr (tree, int, ...); extern tree build_call_expr (tree, int, ...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment