]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/value.h
gdb: replace NULL terminated array with array_view
[thirdparty/binutils-gdb.git] / gdb / value.h
index a691f3cf3ff8dbe196a3e124941cb533c942fe6b..40ad28e3dbb2787b921f35f9fc97f4e0672403b5 100644 (file)
@@ -826,7 +826,7 @@ extern struct value *value_neg (struct value *arg1);
 extern struct value *value_complement (struct value *arg1);
 
 extern struct value *value_struct_elt (struct value **argp,
-                                      struct value **args,
+                                      gdb::array_view <value *> *args,
                                       const char *name, int *static_memfuncp,
                                       const char *err);