decl.c (java_init_decl_processing): Temporarily back out previous patch.
authorAndrew Haley <aph@redhat.com>
Tue, 14 Jan 2003 15:03:16 +0000 (15:03 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 14 Jan 2003 15:03:16 +0000 (15:03 +0000)
2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): Temporarily back out previous patch.

From-SVN: r61286

gcc/java/ChangeLog
gcc/java/decl.c

index a7d983bd3adae512a809e84d5abe52a14fc7aaa6..ff3d89dbdbd150fddcd5f6db3f20848e07c58799 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-14  Andrew Haley  <aph@redhat.com>
+
+       * decl.c (java_init_decl_processing): Temporarily back out previous patch.
+
 2003-01-14  Andrew Haley  <aph@redhat.com>
 
        * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
index c388539ae99addec79feca898e117b0ca5faea47..d07f83ee098c3fac93bb1db8a6df18e06ebfbb3f 100644 (file)
@@ -810,9 +810,8 @@ java_init_decl_processing (void)
                          0, NOT_BUILT_IN, NULL, NULL_TREE);
   DECL_IS_MALLOC (soft_anewarray_node) = 1;
 
-  /* There is no endlink here because _Jv_NewMultiArray is a varargs
-     function.  */
-  t = tree_cons (NULL_TREE, ptr_type_node, int_type_node);
+  t = tree_cons (NULL_TREE, ptr_type_node,
+                tree_cons (NULL_TREE, int_type_node, endlink));
   soft_multianewarray_node
       = builtin_function ("_Jv_NewMultiArray",
                          build_function_type (ptr_type_node, t),