+Tue Jul 19 13:25:06 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * main.c: Include <ctype.h>.
+
Mon Jul 18 15:32:17 1994 Kung Hsu (kung@mexican.cygnus.com)
* remote-mips.c (mips_readchar): Fix a bug in checking <IDT>
#include <setjmp.h>
#include "top.h"
#include "target.h"
+#include "inferior.h"
+#include "call-cmds.h"
#include "getopt.h"
#include <sys/types.h>
#include <sys/stat.h>
+#include <ctype.h>
#include <string.h>
/* R_OK lives in either unistd.h or sys/file.h. */
? (PTR) 0 : (PTR) memcpy (quit_return, error_return, sizeof (jmp_buf))) \
, top_level_val)
+extern void gdb_init PARAMS ((void));
+
int
main (argc, argv)
int argc;
int pid;
int *status;
{
+#ifndef __GO32__
return wait (status);
+#endif
}
void