Allow combined multiline input (i.e. not line-by-line) by default.
This commit is contained in:
parent
73b7f6d911
commit
20c0d02aaf
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user