From a14ed312fd86dd2c862847230931451da2e49942 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/c-lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/c-lang.c') diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 2211acb2e08..10d54e6e640 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -27,7 +27,7 @@ #include "c-lang.h" #include "valprint.h" -extern void _initialize_c_language PARAMS ((void)); +extern void _initialize_c_language (void); static void c_emit_char (int c, struct ui_file * stream, int quoter); /* Print the character C on STREAM as part of the contents of a literal -- cgit v1.2.1