Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)

* All GDB files that #include defs.h: Removed stdio.h.
	(defs.h): #include stdio.h.

This has been tested by building GDBs for all targets hosted on Sun4.
None of the build problems were related to stdio.h inclusion.  (n.b.
many configurations don't build for other reasons.)
This commit is contained in:
Michael Tiemann 1992-03-03 23:26:26 +00:00
parent af7fc06643
commit d747e0af3d
84 changed files with 995 additions and 481 deletions

View file

@ -49,12 +49,11 @@
/* define this if names don't start with _ */
/* #define nounderscore 1 */
#include <stdio.h>
#include <ctype.h>
/* GDB-specific, FIXME. */
#include "defs.h"
#include <ctype.h>
#ifdef USG
#include <memory.h>
#include <string.h>