2005-01-13 Michael Snyder <msnyder@redhat.com>
* completer.c: Whitespace tweaks.
This commit is contained in:
parent
9b5c5aad72
commit
037174871a
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
2005-01-13 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* completer.c: Whitespace tweaks.
|
||||
* coff-solib.c: Whitespace tweaks.
|
||||
* coff-solib.h: Whitespace tweaks.
|
||||
* cli-out.c: Whitespace tweaks.
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#include "cli/cli-decode.h"
|
||||
|
||||
/* FIXME: This is needed because of lookup_cmd_1().
|
||||
We should be calling a hook instead so we eliminate the CLI dependency. */
|
||||
/* FIXME: This is needed because of lookup_cmd_1 (). We should be
|
||||
calling a hook instead so we eliminate the CLI dependency. */
|
||||
#include "gdbcmd.h"
|
||||
|
||||
/* Needed for rl_completer_word_break_characters() and for
|
||||
|
@ -42,7 +42,8 @@
|
|||
|
||||
/* Prototypes for local functions */
|
||||
static
|
||||
char *line_completion_function (const char *text, int matches, char *line_buffer,
|
||||
char *line_completion_function (const char *text, int matches,
|
||||
char *line_buffer,
|
||||
int point);
|
||||
|
||||
/* readline uses the word breaks for two things:
|
||||
|
|
Loading…
Reference in a new issue