aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-04-24 11:37:20 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-04-24 11:37:20 -0400
commitb52123749cce3dc07b553c633aad130c8059596f (patch)
tree691227a83b005b769271c98ab06796ecde2bd8ff
parent963342adbf17cc7d3ae9bfd7c64d95b214b63e19 (diff)
downloadgcc-b52123749cce3dc07b553c633aad130c8059596f.zip
gcc-b52123749cce3dc07b553c633aad130c8059596f.tar.gz
gcc-b52123749cce3dc07b553c633aad130c8059596f.tar.bz2
(build_binary_op, build_indirect_ref, build_unary_op): Delete
declarations; these are part of the front ends. From-SVN: r4206
-rw-r--r--gcc/tree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index a0644f8..44b45f2 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1088,14 +1088,6 @@ extern int tree_int_cst_equal PROTO((tree, tree));
extern int tree_int_cst_lt 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
put the prototype here. Rtl.h does declare the prototype if
tree.h had been included. */