| Ilya Zakharevich on Mon, 10 Mar 2003 17:56:30 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: [PATCH oldish CVS] readline 1.0 |
On Mon, Mar 10, 2003 at 11:07:12PM +0100, Karim BELABAS wrote:
> The corresponding code reads:
>
> if (strcmp(READLINE, rl_library_version))
> {
> ver = (char*)rl_library_version;
> sprintf(extra, " [was v%s in Configure]", READLINE);
> }
> else
> ...
>
> Anything missing ?
Great! So it is better than what I expected - which confused me. ;-)
A lot of thanks,
Ilya