(init_decl_processing): Last arg to __builtin_apply is size_t, not int.

From-SVN: r4214
This commit is contained in:
Richard Kenner 1993-04-25 12:59:28 -04:00
parent 6c54821635
commit e09d75bd97

View File

@ -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),