summarylogtreecommitdiffstats
path: root/param.diff
diff options
context:
space:
mode:
Diffstat (limited to 'param.diff')
-rw-r--r--param.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/param.diff b/param.diff
new file mode 100644
index 000000000000..e2ae611d289e
--- /dev/null
+++ b/param.diff
@@ -0,0 +1,10 @@
+diff --git a/core/utils/src/rootcling.cxx b/core/utils/src/rootcling.cxx
+index 324578c..6b0c38e 100644
+--- a/core/utils/src/rootcling.cxx
++++ b/core/utils/src/rootcling.cxx
+@@ -3739,4 +3739,4 @@ int ShouldIgnoreClingArgument(const std::string& argument)
+- if (ROOT::TMetaUtils::BeginsWith(argument,"--")) return false;
++ if (ROOT::TMetaUtils::BeginsWith(argument,"--") and !ROOT::TMetaUtils::BeginsWith(argument,"--param")) return false;
+ return true;
+ }
+