Allow combined multiline input (i.e. not line-by-line) by default.

This commit is contained in:
Axel Naumann 2016-12-12 12:24:46 +01:00 committed by sftnight
parent 73b7f6d911
commit 20c0d02aaf

View File

@ -171,7 +171,7 @@ namespace cling {
readInputFromFile(llvm::StringRef filename,
Value* result,
size_t posOpenCurly = (size_t)(-1),
bool lineByLine = true);
bool lineByLine = false);
///\brief Set the stdout and stderr stream to the appropriate file.
///