gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index a19fc62e8d4ac3801c653bf810876184e2ca9a2d..f120438081ded6967ebfd59e65c0659a8bd30622 100644 (file)
@@ -9032,8 +9032,9 @@ show_mpx_cmd (const char *args, int from_tty)
   cmd_show_list (mpx_show_cmdlist, from_tty, "");
 }
 
+void _initialize_i386_tdep ();
 void
-_initialize_i386_tdep (void)
+_initialize_i386_tdep ()
 {
   register_gdbarch_init (bfd_arch_i386, i386_gdbarch_init);
 
This page took 0.029042 seconds and 4 git commands to generate.