Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / cp-namespace.c
index ad7e3bcc3b74406943066c393474fa7d9babeab9..3a2100d84cf5a54bb7cf69974b6fa27d4fd5162e 100644 (file)
@@ -1061,8 +1061,9 @@ maintenance_cplus_namespace (const char *args, int from_tty)
   printf_unfiltered (_("The `maint namespace' command was removed.\n"));
 }
 
+void _initialize_cp_namespace ();
 void
-_initialize_cp_namespace (void)
+_initialize_cp_namespace ()
 {
   struct cmd_list_element *cmd;
 
This page took 0.023652 seconds and 4 git commands to generate.