From: Richard Kenner Date: Sun, 25 Apr 1993 16:59:28 +0000 (-0400) Subject: (init_decl_processing): Last arg to __builtin_apply is size_t, not int. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e09d75bd9717621c55282547bd4d9c8c1489a5bf;p=gcc.git (init_decl_processing): Last arg to __builtin_apply is size_t, not int. From-SVN: r4214 --- 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),