Deleted Added
full compact
1c1
< /* $FreeBSD: head/contrib/libreadline/readline.h 157188 2006-03-27 23:11:32Z ache $ */
---
> /* $FreeBSD: head/contrib/libreadline/readline.h 165675 2006-12-31 09:22:31Z ache $ */
44c44
< #define RL_READLINE_VERSION 0x0501 /* Readline 5.1 */
---
> #define RL_READLINE_VERSION 0x0502 /* Readline 5.2 */
46c46
< #define RL_VERSION_MINOR 1
---
> #define RL_VERSION_MINOR 2
760a761,764
> /* Input error; can be returned by (*rl_getc_function) if readline is reading
> a top-level command (RL_ISSTATE (RL_STATE_READCMD)). */
> #define READERR (-2)
>