From 50140ab2a774b72c6262e2bebc97bc33f14909e3 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 27 Sep 1996 17:53:06 +0000 Subject: * top.c (print_gdb_version): Rewrote to comply with new GNU coding standards for the --version option. (print_gnu_advertisement): Remove, now part of print_gdb_version. (show_version): Remove call to print_gnu_advertisement. * top.h (print_gnu_advertisement): Remove prototype. * main.c (print_gdb_help): Move help to static function and add prototype. (main): Call print_gdb_help rather than inlining it. (main): Remove call to print_gnu_advertisement. * gdbtk.tcl (create_copyright_window): Increase timeout from 15 seconds to 30 seconds. --- gdb/top.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/top.h') diff --git a/gdb/top.h b/gdb/top.h index 661f4ef..f997750 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -33,7 +33,6 @@ extern jmp_buf error_return; extern jmp_buf quit_return; extern void print_gdb_version PARAMS ((GDB_FILE *)); -extern void print_gnu_advertisement PARAMS ((void)); extern void source_command PARAMS ((char *, int)); extern void cd_command PARAMS ((char *, int)); -- cgit v1.1