mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
e56eb2288c
Its root cause is a difference between the "readline" and "libedit" (header files) definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway: This variable is used as a pointer to a function returning "char *", but "libedit" declares it as returning "int" and then adds casts on usage. Change it to "CPFunction *" and get rid of the casts. |
||
---|---|---|
.. | ||
np | ||
readline | ||
TEST | ||
chared.c | ||
chared.h | ||
common.c | ||
compat.h | ||
compat_conf.h | ||
config.h | ||
editline.3 | ||
editrc.5 | ||
el.c | ||
el.h | ||
el_term.h | ||
emacs.c | ||
fgetln.c | ||
fgetln.h | ||
hist.c | ||
hist.h | ||
histedit.h | ||
history.c | ||
key.c | ||
key.h | ||
libedit_term.h | ||
Makefile.am | ||
makelist.sh | ||
map.c | ||
map.h | ||
parse.c | ||
parse.h | ||
prompt.c | ||
prompt.h | ||
read.c | ||
read.h | ||
readline.c | ||
refresh.c | ||
refresh.h | ||
search.c | ||
search.h | ||
sig.c | ||
sig.h | ||
strlcpy.c | ||
strlcpy.h | ||
sys.h | ||
term.c | ||
tokenizer.c | ||
tokenizer.h | ||
tty.c | ||
tty.h | ||
unvis.c | ||
vi.c | ||
vis.c | ||
vis.h |