Add per-unit obstack
[deliverable/binutils-gdb.git] / gdb / ppc-fbsd-nat.c
index 5643fab82e7f1cce0908977577349491cb3aa68a..a1b268ab28922a45318ab3d9a8ebf7a317f6cb3c 100644 (file)
@@ -201,8 +201,9 @@ ppcfbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_ppcfbsd_nat ();
 void
-_initialize_ppcfbsd_nat (void)
+_initialize_ppcfbsd_nat ()
 {
   add_inf_child_target (&the_ppc_fbsd_nat_target);
 
This page took 0.028134 seconds and 4 git commands to generate.