diff options
author | Fred Fish <fnf@specifix.com> | 1996-09-27 17:53:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-09-27 17:53:06 +0000 |
commit | 50140ab2a774b72c6262e2bebc97bc33f14909e3 (patch) | |
tree | f84631266dfe3a598ec31bf85477b40a56f08c98 /gdb/top.h | |
parent | 567417775d8694538d59374074de3f8751295df8 (diff) | |
download | gdb-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |