This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB 6.8.92 available for testing


"Pierre Muller" <muller@ics.u-strasbg.fr> writes:

> Andreas,
>
> why don't you simply use this?
> #if RL_VERSION_MAJOR >= 6
>   extern int _rl_echoing_p;
> #define readline_echoing_p _rl_echoing_p 
> #else
>    extern int readline_echoing_p;
> #endif
>
>   This would make your patch simpler, no?
>
> Is there a reason for replacing all
> readline_echoing_p by _rl_echoing_p?

As explained in the mail, I want to emphasize that it is an internal
readline variable (as noticeable from the leading underscore).

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]