* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index 4f033a3e1f7392b5b298b6cb34924d750a40a03b..f229a701460556c7ab43b1f5993861d5bcedd955 100644 (file)
@@ -676,7 +676,7 @@ when gdb is started.", &cmdlist);
                   "Set ",
                   &setlist),
     add_show_from_set (c, &showlist);
-  c->function.sfunc = set_verbose;
+  set_cmd_sfunc (c, set_verbose);
   set_verbose (NULL, 0, c);
 
   add_prefix_cmd ("history", class_support, set_history,
This page took 0.029158 seconds and 4 git commands to generate.