Put the symbol requester func into the proper namespace!

git-svn-id: http://root.cern.ch/svn/root/trunk@46987 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-11-01 19:46:32 +00:00
parent 0dea9a66f6
commit 6035382bb5

View File

@ -13,6 +13,7 @@
#include "llvm/Support/raw_ostream.h"
namespace cling {
namespace internal {
void libcling__symbol_requester() {
const char* const argv[] = {"libcling__symbol_requester", 0};
cling::Interpreter I(1, argv);
@ -30,5 +31,5 @@ void libcling__symbol_requester() {
DEI.getExpr();
cling::InterpreterCallbacks cb(0);
}
}
}