mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 deletions
|
@ -749,7 +749,7 @@ void do_atif(zeek::detail::Expr* expr)
|
|||
|
||||
LocalNameFinder cb;
|
||||
expr->Traverse(&cb);
|
||||
zeek::IntrusivePtr<Val> val;
|
||||
ValPtr val;
|
||||
|
||||
if ( cb.local_names.empty() )
|
||||
val = expr->Eval(nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue