diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |