2002-12-08 Elena Zannoni <ezannoni@redhat.com>
More cleanup from import of readline 4.3. * completer.h (complete_line, readline_line_completion_function): Update prototypes. (line_completion_function): Removed, not used outside of completer.c. * completer.c (readline_line_completion_function, complete_function, line_completion_function): Use const for first parameter. (line_completion_function): Make static. (filename_completer): filename_completion_function is now called rl_filename_completion_function * corelow.c: Include <readline/readline.h>. * exec.c: Ditto. * solib.c: Ditto. * source.c: Ditto. * symfile.c: Ditto. * symmisc.c: Ditto. * top.c (init_main): No need to coerce readline_line_completion_function anymore. * cli/cli-dump.c: Include <readline/readline.h>.
This commit is contained in:
parent
75e3c1f98d
commit
38017ce81c
11 changed files with 40 additions and 12 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "filenames.h" /* for DOSish file names */
|
||||
#include "completer.h"
|
||||
#include "ui-out.h"
|
||||
#include <readline/readline.h>
|
||||
|
||||
#ifdef CRLF_SOURCE_FILES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue