From e09d75bd9717621c55282547bd4d9c8c1489a5bf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 25 Apr 1993 12:59:28 -0400 Subject: [PATCH] (init_decl_processing): Last arg to __builtin_apply is size_t, not int. From-SVN: r4214 --- gcc/c-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index f62e306559b..54aa72a63bf 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -2941,7 +2941,7 @@ init_decl_processing () tree_cons (NULL_TREE, ptr_type_node, tree_cons (NULL_TREE, - integer_type_node, + sizetype, endlink))); builtin_function ("__builtin_apply", build_function_type (ptr_type_node, temp), -- 2.30.2