From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: gdb-patches@cygnus.com Cc: DJ Delorie , shebs@cygnus.com, robert.hoehne@gmx.net Subject: Re: Two patches for the readline lib Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: <36ED63EB.54B1@cygnus.com> References: <199903142206.OAA18440@cygnus.com> X-SW-Source: 1999-q1/msg00102.html Message-ID: <19990401000000.KMVXuDw_ZVEF2Rd8M6U1YbCcEYpujxUk9qfBL0AkXYU@z> Robert Hoehne wrote: > > The following patches for readline disable some terminal specific > code which is not available for DJGPP. In that case, would it be appropriate to use a single macro (eg. if defined (__DJGPP__)) to control these changes? The old readline was a hodge-podge of different ifdefs of this sort. It'd be nice to keep it under control this time. q