From 56e64f263821e3c21b11b001b231f5ee567da14c Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Mon, 12 Dec 2016 12:24:46 +0100 Subject: [PATCH] Allow combined multiline input (i.e. not line-by-line) by default. --- interpreter/cling/include/cling/MetaProcessor/MetaProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/cling/include/cling/MetaProcessor/MetaProcessor.h b/interpreter/cling/include/cling/MetaProcessor/MetaProcessor.h index 405da12f0d3..bc62348ba21 100644 --- a/interpreter/cling/include/cling/MetaProcessor/MetaProcessor.h +++ b/interpreter/cling/include/cling/MetaProcessor/MetaProcessor.h @@ -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. /// -- GitLab