OSDN Git Service

* printcmd.c: Coding style fixes: add missing spaces in comments
authorMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:15:55 +0000 (22:15 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:15:55 +0000 (22:15 +0000)
commit497d586c1865909bb41bbc843caf828bac263eda
tree0f62fc72679c007fa766135a432b12012922dafd
parent0427185f688358e6479f0b2ca2363667aefe8e06
* printcmd.c: Coding style fixes: add missing spaces in comments
and wrapping long lines.
(delete_display, enable_display_command, disable_display_command)
(printf_command, display_info, undisplay_command, free_display)
(display_command, x_command, address_info, set_command)
(inspect_command, call_command, print_command, print_command_1)
(validate_format, print_formatted, decode_format, sym_format):
Remove prototypes.
(x_command): Make static.
(printf_command): Convert error into internal consistency check.
(address_info): Avoid assignment within function call.
(printf_command): Avoid redundant cast.
* tracepoint.c (x_command): Remove extern prototype.
gdb/ChangeLog
gdb/printcmd.c
gdb/tracepoint.c