* infrun.c (wait_for_inferior): Print "Program exited normally"

regardless of batch_mode.
	* defs.h, top.c (batch_mode): Removed.
This commit is contained in:
Jim Kingdon 1994-06-30 21:24:57 +00:00
parent 04f0c2e34b
commit 018d94f53c
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
Thu Jun 30 13:59:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* infrun.c (wait_for_inferior): Print "Program exited normally"
regardless of batch_mode.
* defs.h, top.c (batch_mode): Removed.
Wed Jun 29 18:53:36 1994 Stan Shebs (shebs@andros.cygnus.com)
* Makefile.in (dcache_h): Remove redundant definition.

View File

@ -2234,13 +2234,6 @@ int signo;
error ("Erroneous arithmetic operation.");
}
/* Return whether we are running a batch file or from terminal. */
int
batch_mode ()
{
return !(instream == stdin && ISATTY (stdin));
}
static void
init_cmd_lists ()