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. |
||
---|---|---|
.. | ||
libedit | ||
readline | ||
Makefile.am |