aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-09-27 17:53:06 +0000
committerFred Fish <fnf@specifix.com>1996-09-27 17:53:06 +0000
commit50140ab2a774b72c6262e2bebc97bc33f14909e3 (patch)
treef84631266dfe3a598ec31bf85477b40a56f08c98 /gdb/top.h
parent567417775d8694538d59374074de3f8751295df8 (diff)
downloadgdb-50140ab2a774b72c6262e2bebc97bc33f14909e3.zip
gdb-50140ab2a774b72c6262e2bebc97bc33f14909e3.tar.gz
gdb-50140ab2a774b72c6262e2bebc97bc33f14909e3.tar.bz2
* 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.
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h1
1 files changed, 0 insertions, 1 deletions
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));