- Hide _rl_qsort_string_compare() that should be private to libreadline()

implementation.
- Add symlink /usr/include/edit/readline/tilde.h -> readline.h

All this makes it possible to build and link gdb with -ledit.
This commit is contained in:
Max Khon 2011-11-29 04:50:57 +00:00
parent 1b7955541f
commit 8480e502f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228114
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@
# $FreeBSD$
INCS= readline.h history.h
SYMLINKS= readline.h ${INCLUDEDIR}/edit/readline/tilde.h
INCSDIR= ${INCLUDEDIR}/edit/readline

View file

@ -200,7 +200,6 @@ void rl_get_screen_size(int *, int *);
void rl_set_screen_size(int, int);
char *rl_filename_completion_function (const char *, int);
int _rl_abort_internal(void);
int _rl_qsort_string_compare(char **, char **);
char **rl_completion_matches(const char *, rl_compentry_func_t *);
void rl_forced_update_display(void);
int rl_set_prompt(const char *);