]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/decl.c
This patch rewrites the old VEC macro-based interface into a new one
[thirdparty/gcc.git] / gcc / java / decl.c
index 30048fd021c6e372c3cf88b2c8545fb7d6e3e7cd..c1ddd57303c25defe39c11bb291cb54c1b5cd46d 100644 (file)
@@ -1953,7 +1953,7 @@ java_mark_class_local (tree klass)
     if (FIELD_STATIC (t))
       {
        if (DECL_EXTERNAL (t))
-         VEC_safe_push (tree, gc, pending_static_fields, t);
+         vec_safe_push (pending_static_fields, t);
        java_mark_decl_local (t);
       }