From bf6c959448e3470b740fc6f032faf4ee6c1ed43a Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/i386v4-nat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/i386v4-nat.c') diff --git a/gdb/i386v4-nat.c b/gdb/i386v4-nat.c index 3ed273e7b13..a2664233e1b 100644 --- a/gdb/i386v4-nat.c +++ b/gdb/i386v4-nat.c @@ -92,13 +92,13 @@ static int regmap[] = /* Prototypes for local functions */ -void fill_gregset PARAMS ((gregset_t *, int)); +void fill_gregset (gregset_t *, int); -void supply_gregset PARAMS ((gregset_t *)); +void supply_gregset (gregset_t *); -void supply_fpregset PARAMS ((fpregset_t *)); +void supply_fpregset (fpregset_t *); -void fill_fpregset PARAMS ((fpregset_t *, int)); +void fill_fpregset (fpregset_t *, int); /* FIXME: These routine absolutely depends upon (NUM_REGS - NUM_FREGS) -- cgit v1.2.1