PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / config / mips / nm-irix4.h
index af5a417e698e8832b2420f25b3d58d5b979501a5..32c1209b34cc7d0b212eae6e779e1c2776b6c2f5 100644 (file)
@@ -51,7 +51,7 @@
 
 #define STOPPED_BY_WATCHPOINT(W) \
   procfs_stopped_by_watchpoint(inferior_pid)
-extern int procfs_stopped_by_watchpoint PARAMS ((int));
+extern int procfs_stopped_by_watchpoint (int);
 
 #define HAVE_NONSTEPPABLE_WATCHPOINT
 
@@ -61,6 +61,6 @@ extern int procfs_stopped_by_watchpoint PARAMS ((int));
      procfs_set_watchpoint (inferior_pid, ADDR, LEN, TYPE, 0)
 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
      procfs_set_watchpoint (inferior_pid, ADDR, 0, 0, 0)
-extern int procfs_set_watchpoint PARAMS ((int, CORE_ADDR, int, int, int));
+extern int procfs_set_watchpoint (int, CORE_ADDR, int, int, int);
 
 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1
This page took 0.023618 seconds and 4 git commands to generate.