commit bash-20100728 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:03:58 -05:00
parent 9ec5ed6640
commit 5f8cde236a
79 changed files with 37373 additions and 3813 deletions
+4
View File
@@ -5875,6 +5875,8 @@ save_parser_state (ps)
ps->input_line_terminator = shell_input_line_terminator;
ps->eof_encountered = eof_encountered;
ps->prompt_string_pointer = prompt_string_pointer;
ps->current_command_line_count = current_command_line_count;
#if defined (HISTORY)
@@ -5915,6 +5917,8 @@ restore_parser_state (ps)
shell_input_line_terminator = ps->input_line_terminator;
eof_encountered = ps->eof_encountered;
prompt_string_pointer = ps->prompt_string_pointer;
current_command_line_count = ps->current_command_line_count;
#if defined (HISTORY)