* Makefile.in (init.c): don't try to scan mswin for _initialize

funcs.  (generates misleading error message because files have
 	.cpp suffix, not .c suffix)

	* ser-e7kpc.c: <w32sut.h> -> "mswin/w32sut.h"

	* mon960-rom.c: removed unused #includes; no ioctl.h in Windows.
	* nindy-share/ttyflush.c: find sleep() for _MSC_VER.
	* remote-array.c: #include <ctype.h> for isascii().
	* utils.c (notice_quit,pollquit): cleanup.  _WIN32 -> _MSC_VER.
This commit is contained in:
Felix Lee 1997-07-28 22:34:36 +00:00
parent 8dbbb8be9b
commit ce4450fa09
6 changed files with 49 additions and 75 deletions

View file

@ -33,6 +33,7 @@
#else
#include <varargs.h>
#endif
#include <ctype.h>
#include <signal.h>
#include <sys/types.h>
#include "gdb_string.h"