mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
addressed a number of code review comments
This commit is contained in:
parent
b3e3cb847b
commit
d4eb0224a1
9 changed files with 56 additions and 71 deletions
|
@ -391,7 +391,7 @@ private:
|
|||
Stmt* next_stmt;
|
||||
|
||||
trigger::TriggerPtr trigger;
|
||||
const CallExpr* call;
|
||||
const CallExpr* call = nullptr;
|
||||
const Location* call_loc = nullptr; // only needed if call is nil
|
||||
|
||||
std::unique_ptr<std::vector<ScriptFunc*>> functions_with_closure_frame_reference;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue