summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cp/except.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-02-10 05:57:03 +0000
committerkan <kan@FreeBSD.org>2003-02-10 05:57:03 +0000
commitbb9b382fea4fa3d2fe33c4a9d966b363347afcef (patch)
tree3a7c89db0003b063b5dafd1f6e976cdf70346bda /contrib/gcc/cp/except.c
parent09014fac80bdcf5130fb2835c511337d9433d980 (diff)
downloadFreeBSD-src-bb9b382fea4fa3d2fe33c4a9d966b363347afcef.zip
FreeBSD-src-bb9b382fea4fa3d2fe33c4a9d966b363347afcef.tar.gz
Update HEAD with stock GCC 3.2.2 release files.
Diffstat (limited to 'contrib/gcc/cp/except.c')
-rw-r--r--contrib/gcc/cp/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/cp/except.c b/contrib/gcc/cp/except.c
index 3f3cdcf..5de9f4c 100644
--- a/contrib/gcc/cp/except.c
+++ b/contrib/gcc/cp/except.c
@@ -508,7 +508,7 @@ do_allocate_exception (type)
else
{
/* Declare void *__cxa_allocate_exception(size_t). */
- tree tmp = tree_cons (NULL_TREE, c_size_type_node, void_list_node);
+ tree tmp = tree_cons (NULL_TREE, size_type_node, void_list_node);
fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp));
}
OpenPOWER on IntegriCloud