2004-12-05 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / demangle.c
index bcf9b77de5104714d52a5ecdc4ac7d0deb97073e..423ae7c7e8c184e1af53a1851a51c4b07f9cc630 100644 (file)
@@ -195,7 +195,7 @@ _initialize_demangler (void)
                          "Set the current C++ demangling style.\n\
 Use `set demangle-style' without arguments for a list of demangling styles.",
                          &setlist);
-  show = add_show_from_set (set, &showlist);
+  show = deprecated_add_show_from_set (set, &showlist);
   set_cmd_sfunc (set, set_demangling_command);
 
   /* Set the default demangling style chosen at compilation time. */
This page took 0.022903 seconds and 4 git commands to generate.