This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Re: [eliz@is.elta.co.il: Termios support in the DJGPP port of GDB]
- To: dj@delorie.com, eliz@is.elta.co.il
- Subject: Re: [eliz@is.elta.co.il: Termios support in the DJGPP port of GDB]
- From: Stan Shebs <shebs@cygnus.com>
- Date: Thu, 12 Aug 1999 18:56:54 -0700
- CC: gdb-patches@sourceware.cygnus.com
Date: Sun, 27 Jun 1999 18:59:32 +0300 (IDT)
From: Eli Zaretskii <eliz@is.elta.co.il>
Since we now use termios in GDB, these two functions need to be ifdef'ed
away:
1999-06-26 Eli Zaretskii <eliz@is.elta.co.il>
* inflow.c (tcgetpgrp, tcsetpgrp) [__DJGPP__]: Define away.
Rather than adding yet another ifdef to a generic file, I'd prefer to
see #define macros added to a platform-specific file, for instance
xm-go32.h. Ifdefs are OK (tho not great) for files like source.c,
but this one is just as easy to do without modifying generic files.
Stan