mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
fixup
This commit is contained in:
parent
ee8e8c774c
commit
08bf91c1a5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ macro EvalVal2InTableCore(op1, op2)
|
|||
INDEX_LIST->Append(op2);
|
||||
|
||||
macro EvalVal2InTableAssignCore(lhs, tbl)
|
||||
lhs.AsIntRef() = tbl.AsTable()->Find(std::move(INDEX_LIST)) != nullptr;
|
||||
lhs.AsIntRef() = tbl.AsTable()->Find(INDEX_LIST) != nullptr;
|
||||
|
||||
macro EvalVal2InTablePre(op1, op2, tbl)
|
||||
auto& tt_ind = tbl.AsTable()->GetType()->AsTableType()->GetIndexTypes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue