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: [PATCH] Include "gdb_wait.h"


Actually, it seems that the line should be completely eliminated.  It
has no meaning to Windows CE.

Also, shouldn't that be "gdb-wait.h"?  I thought there was a "no underscore
in filenames" rule in gdb.

cgf

On Mon, Feb 28, 2000 at 04:01:05PM +1100, Andrew Cagney wrote:
>Chris,
>
>Noticed this one.  It's been applied.
>
>	Andrew
>Mon Feb 28 13:34:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
>
>	* wince.c: Include "gdb_wait.h" and not "wait.h".
>
>Index: wince.c
>===================================================================
>RCS file: /cvs/src/src/gdb/wince.c,v
>retrieving revision 1.1
>diff -p -r1.1 wince.c
>*** wince.c	2000/02/24 21:39:15	1.1
>--- wince.c	2000/02/28 04:58:23
>***************
>*** 33,39 ****
>  #include "frame.h"		/* required by inferior.h */
>  #include "inferior.h"
>  #include "target.h"
>! #include "wait.h"
>  #include "gdbcore.h"
>  #include "command.h"
>  #include <signal.h>
>--- 33,39 ----
>  #include "frame.h"		/* required by inferior.h */
>  #include "inferior.h"
>  #include "target.h"
>! #include "gdb_wait.h"
>  #include "gdbcore.h"
>  #include "command.h"
>  #include <signal.h>


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