Commit b5212374 by Richard Kenner

(build_binary_op, build_indirect_ref, build_unary_op): Delete

declarations; these are part of the front ends.

From-SVN: r4206
parent 963342ad
...@@ -1088,14 +1088,6 @@ extern int tree_int_cst_equal PROTO((tree, tree)); ...@@ -1088,14 +1088,6 @@ extern int tree_int_cst_equal PROTO((tree, tree));
extern int tree_int_cst_lt PROTO((tree, tree)); extern int tree_int_cst_lt PROTO((tree, tree));
extern int index_type_equal PROTO((tree, tree)); extern int index_type_equal PROTO((tree, tree));
/* Construct expressions, performing type checking.
GCC and G++ use different calling sequences for build_binary_op,
and build_indirect_ref, so don't include a prototype here. */
extern tree build_binary_op ();
extern tree build_indirect_ref ();
extern tree build_unary_op PROTO((enum tree_code, tree, int));
/* From expmed.c. Since rtl.h is included after tree.h, we can't /* From expmed.c. Since rtl.h is included after tree.h, we can't
put the prototype here. Rtl.h does declare the prototype if put the prototype here. Rtl.h does declare the prototype if
tree.h had been included. */ tree.h had been included. */
......
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