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/ch-lang.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'gdb/ch-lang.c') diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index cf6325755be..44e621e1b64 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -28,22 +28,19 @@ #include "ch-lang.h" #include "valprint.h" -extern void _initialize_chill_language PARAMS ((void)); +extern void _initialize_chill_language (void); static value_ptr - evaluate_subexp_chill PARAMS ((struct type *, struct expression *, int *, enum noside)); +evaluate_subexp_chill (struct type *, struct expression *, int *, + enum noside); -static value_ptr - value_chill_max_min PARAMS ((enum exp_opcode, value_ptr)); +static value_ptr value_chill_max_min (enum exp_opcode, value_ptr); -static value_ptr - value_chill_card PARAMS ((value_ptr)); +static value_ptr value_chill_card (value_ptr); -static value_ptr - value_chill_length PARAMS ((value_ptr)); +static value_ptr value_chill_length (value_ptr); -static struct type * - chill_create_fundamental_type PARAMS ((struct objfile *, int)); +static struct type *chill_create_fundamental_type (struct objfile *, int); static void chill_printstr (struct ui_file * stream, char *string, unsigned int length, int width, -- cgit v1.2.1