2007-08-21 Chris Smith <chris.smith@st.com>

* cli/cli-script.c (read_command_lines): Call dont_repeat for each
	line.
This commit is contained in:
Daniel Jacobowitz 2007-08-21 13:35:00 +00:00
parent 2abc4e65ff
commit f429d7d03d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-08-21 Chris Smith <chris.smith@st.com>
* cli/cli-script.c (read_command_lines): Call dont_repeat for each
line.
2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
* stabsread.c (dbx_lookup_type): Memory leak.

View File

@ -1067,6 +1067,7 @@ read_command_lines (char *prompt_arg, int from_tty)
while (1)
{
dont_repeat ();
val = read_next_line (&next);
/* Ignore blank lines or comments. */