1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / w89k-rom.c
index e6e63c4428bcd7288772f627fd460b039c289596..d01a26582a7690d6d200ec551b059906f680512a 100644 (file)
@@ -244,7 +244,8 @@ static struct target_ops w89k_ops;
 static char *w89k_inits[] = {"\n", NULL};
 
 static struct monitor_ops w89k_cmds ;
-static init_w89k_cmds(void)
+static void
+init_w89k_cmds(void)
 {
   w89k_cmds.flags =   MO_GETMEM_NEEDS_RANGE|MO_FILL_USES_ADDR; /* flags */
   w89k_cmds.init =   w89k_inits;               /* Init strings */
This page took 0.023498 seconds and 4 git commands to generate.