(m32r_handle_align): Declare type of fragp.
[deliverable/binutils-gdb.git] / gdb / abug-rom.c
index e1bd628a8d6964c324650199664f26637917f193..68f48a2304f7621d78f3c2aa915ac6d2d9320971 100644 (file)
 
 /* Prototypes for local functions. */
 
-static void abug_open PARAMS ((char *args, int from_tty));
+static void abug_open (char *args, int from_tty);
 
 static void
-abug_supply_register (regname, regnamelen, val, vallen)
-     char *regname;
-     int regnamelen;
-     char *val;
-     int vallen;
+abug_supply_register (char *regname, int regnamelen, char *val, int vallen)
 {
   int regno;
 
@@ -148,15 +144,13 @@ init_abug_cmds (void)
 };
 
 static void
-abug_open (args, from_tty)
-     char *args;
-     int from_tty;
+abug_open (char *args, int from_tty)
 {
   monitor_open (args, &abug_cmds, from_tty);
 }
 
 void
-_initialize_abug_rom ()
+_initialize_abug_rom (void)
 {
   init_abug_cmds ();
   init_monitor_ops (&abug_ops);
This page took 0.023615 seconds and 4 git commands to generate.