Fix arm-epoc-pe build problem:
[deliverable/binutils-gdb.git] / gdb / v850ice.c
index ef2cdf71ca3f42ab2a0ea0d1180eec70d23a58e5..2364d2a9481e021e795c5a9fd6adcf159f2b23e9 100644 (file)
@@ -54,7 +54,7 @@ extern void nexti_command (char *, int);
 
 extern void continue_command (char *, int);
 
-extern int (*ui_loop_hook) PARAMS ((int));
+extern int (*ui_loop_hook) (int);
 
 /* Prototypes for local functions */
 static int init_hidden_window (void);
@@ -855,7 +855,7 @@ static void
 do_gdb (cmd, str, func, count)
      char *cmd;
      char *str;
-     void (*func) PARAMS ((char *, int));
+     void (*func) (char *, int);
      int count;
 {
   ReplyMessage ((LRESULT) 1);
This page took 0.023733 seconds and 4 git commands to generate.