OSDN Git Service

* printcmd.c: Coding style fixes: add missing spaces in comments
authorkettenis <kettenis>
Mon, 17 Jul 2006 22:15:54 +0000 (22:15 +0000)
committerkettenis <kettenis>
Mon, 17 Jul 2006 22:15:54 +0000 (22:15 +0000)
commitd6c9c7c3f6b6d9eddbce0fecd430ae7360807012
tree8440cb4bfd3848e82b6b4f5ea02ce5f98d15bca7
parentd7f6bebebe71c257e0040252b15e18ea46c6f428
* 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