2004-10-15 Andrew Cagney <cagney@gnu.org>

* ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
	* inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
	* Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
	Update dependencies.
This commit is contained in:
Andrew Cagney 2004-10-15 13:29:33 +00:00
parent 714e53abda
commit 34a17005a8
5 changed files with 25 additions and 16 deletions

View file

@ -32,7 +32,7 @@
#include "gdbcmd.h"
#include "gdb_string.h"
#include <sys/wait.h>
#include "gdb_wait.h"
#include <signal.h>
/* HACK: Save the ptrace ops returned by ptrace_target. */