Skip to content

Commit

Permalink
Reduced ExcludeModules by one
Browse files Browse the repository at this point in the history
  • Loading branch information
arpi-r authored and vgvassilev committed Mar 22, 2019
1 parent 95d7622 commit 3efc135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1296,8 +1296,8 @@ TCling::TCling(const char *name, const char *title, const char* const argv[])
"ROOT_Foundation_Stage1_NoRTTI", "Core", "RIO"};
// These modules contain global variables which conflict with users' code such as "PI".
// FIXME: Reducing those will let us be less dependent on rootmap files
static constexpr std::array<const char*, 4> ExcludeModules =
{ { "Rtools", "RSQLite", "RInterface", "RMVA"} };
static constexpr std::array<const char*, 3> ExcludeModules =
{ { "Rtools", "RSQLite", "RInterface"} };

LoadModules(CoreModules, *fInterpreter);

Expand Down

0 comments on commit 3efc135

Please sign in to comment.