This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: [eliz@is.elta.co.il: Termios support in the DJGPP port of GDB]



   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

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