Register result of .L

This commit is contained in:
Axel Naumann 2013-09-11 15:13:37 +02:00 committed by sftnight
parent e92c7da7c3
commit 5c958d7df9

View File

@ -124,7 +124,8 @@ namespace cling {
consumeAnyStringToken();
if (getCurTok().is(tok::raw_ident)) {
result = true;
m_Actions->actOnLCommand(llvm::sys::Path(getCurTok().getIdent()));
actionResult =
m_Actions->actOnLCommand(llvm::sys::Path(getCurTok().getIdent()));
consumeToken();
if (getCurTok().is(tok::comment)) {
consumeAnyStringToken();