PARAMS removal.

This commit is contained in:
Kevin Buettner
2000-05-28 01:12:42 +00:00
parent 3c07fb76e6
commit a14ed312fd
325 changed files with 4253 additions and 5056 deletions

View File

@@ -43,7 +43,7 @@
/* Prototypes for supply_gregset etc. */
#include "gregset.h"
static void fetch_core_registers PARAMS ((char *, unsigned, int, CORE_ADDR));
static void fetch_core_registers (char *, unsigned, int, CORE_ADDR);
static void
fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)