* h8300-dis.c: Fix formatting.
[binutils-gdb.git] / gdb / demangle.c
index 29174f5f956731172a8b1d4691ec5bf0471b1530..b0fd13851b05a494f829b8f5d71365768d0b6495 100644 (file)
@@ -41,7 +41,7 @@
 #define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING
 #endif
 
-extern void _initialize_demangler PARAMS ((void));
+extern void _initialize_demangler (void);
 
 /* String name for the current demangling style.  Set by the
    "set demangle-style" command, printed as part of the output by the
@@ -101,8 +101,7 @@ demanglers[] =
   }
 };
 
-static void
-set_demangling_command PARAMS ((char *, int, struct cmd_list_element *));
+static void set_demangling_command (char *, int, struct cmd_list_element *);
 
 /* Set current demangling style.  Called by the "set demangle-style"
    command after it has updated the current_demangling_style_string to