Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back.

The consequence occurred recently probably due to our swicth to build with c++11.
This fixed 3 test failures.

llvm-svn: 161625
This commit is contained in:
Johnny Chen 2012-08-09 22:06:10 +00:00
parent 9cb988f3aa
commit 4ac1d9e160
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ CommandInterpreter::CommandInterpreter
m_script_interpreter_ap (),
m_comment_char ('#'),
m_repeat_char ('!'),
m_batch_command_mode (false),
m_truncation_warning(eNoTruncation),
m_command_source_depth (0)
{