2004-07-26 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 58875d3b229c3ea970628c53236f06c209b7c4eb..3c846059bfdef77c17ea78d9d746d93883bd39d5 100644 (file)
@@ -1970,7 +1970,7 @@ Follow this command with any number of args, to be passed to the program.",
                   &setlist);
   set_cmd_completer (c, filename_completer);
   set_cmd_sfunc (c, notice_args_set);
-  c = add_show_from_set (c, &showlist);
+  c = deprecated_add_show_from_set (c, &showlist);
   set_cmd_sfunc (c, notice_args_read);
 
   c = add_cmd
This page took 0.023427 seconds and 4 git commands to generate.