Register result of .L
This commit is contained in:
parent
e92c7da7c3
commit
5c958d7df9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user