]> gcc.gnu.org Git - gcc.git/commitdiff
(init_decl_processing): Last arg to __builtin_apply is size_t, not int.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Apr 1993 16:59:28 +0000 (12:59 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Apr 1993 16:59:28 +0000 (12:59 -0400)
From-SVN: r4214

gcc/c-decl.c

index f62e306559b4ffe673e3aed86be8aa1a7ec97e55..54aa72a63bfcb95eabe2b90a9f17dc40780da16d 100644 (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),
This page took 0.06135 seconds and 5 git commands to generate.