diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-24 05:26:07 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-24 05:26:07 +0000 |
commit | c98c59df8190bc3f8fcdb5755d81b0dcd7e2ed4e (patch) | |
tree | f49a4f53f5fccb080cacfa1d3a49e5db58a3853c /gcc/c-common.h | |
parent | 6780737f6e6b7d0648cccd70e28b465eedd18b7f (diff) | |
download | gcc-c98c59df8190bc3f8fcdb5755d81b0dcd7e2ed4e.tar.gz |
* c-common.c (expand_unordered_cmp): Delete.
(expand_tree_builtin): Delete.
* c-common.h (expand_tree_builtin): Delete function prototype.
* c-typeck.c (build_function_call): Don't call expand_tree_builtin.
* call.c (build_cxx_call): Don't call expand_tree_builtin. No
longer take both "args" and "convert_args" as arguments.
(build_op_delete_call): Update call to build_cxx_call.
(build_over_call): Likewise, update call to build_cxx_call.
* cp-tree.h (build_cxx_call): Update funtion prototype.
* typeck.c (build_function_call): Don't call expand_tree_builtin.
* rtti.c (throw_bad_cast): Update call to build_cxx_call.
(throw_bad_typeid): Likewise.
(build_dynamic_cast_1): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 03c6c75e1ea..abb921e66fd 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1032,8 +1032,6 @@ extern tree default_conversion (tree); extern tree common_type (tree, tree); -extern tree expand_tree_builtin (tree, tree, tree); - extern tree decl_constant_value (tree); /* Handle increment and decrement of boolean types. */ |