gdb: rename cmd_list_element::prefixlist to subcommands
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index e6d6f32cbfa923b27fc39a480567db32f148b9e2..e2428bdddf7de1828b66ade1737dc2dfa13a54d3 100644 (file)
@@ -187,7 +187,7 @@ struct cmd_list_element
 
   /* Nonzero identifies a prefix command.  For them, the address
      of the variable containing the list of subcommands.  */
-  struct cmd_list_element **prefixlist = nullptr;
+  struct cmd_list_element **subcommands = nullptr;
 
   /* The prefix command of this command.  */
   struct cmd_list_element *prefix = nullptr;
This page took 0.023508 seconds and 4 git commands to generate.