* top.c (print_gdb_version): Rewrote to comply with new GNU coding
authorFred Fish <fnf@specifix.com>
Fri, 27 Sep 1996 17:53:06 +0000 (17:53 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 27 Sep 1996 17:53:06 +0000 (17:53 +0000)
commit50140ab2a774b72c6262e2bebc97bc33f14909e3
treef84631266dfe3a598ec31bf85477b40a56f08c98
parent567417775d8694538d59374074de3f8751295df8
* 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/ChangeLog
gdb/gdbtk.tcl
gdb/top.c
gdb/top.h