mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Include StmtBase/StmtEnums in Func.h instead of Stmt.h
This requires changes in lots of other files that were depending on Func.h to provide that include for them.
This commit is contained in:
parent
ad50443590
commit
ca3002d745
14 changed files with 31 additions and 3 deletions
|
@ -524,6 +524,8 @@ void ScriptFunc::CreateCaptures(std::unique_ptr<std::vector<ZVal>> cvec) {
|
|||
}
|
||||
}
|
||||
|
||||
void ScriptFunc::SetCapturesVec(std::unique_ptr<std::vector<ZVal>> cv) { captures_vec = std::move(cv); }
|
||||
|
||||
void ScriptFunc::SetCaptures(Frame* f) {
|
||||
const auto& captures = type->GetCaptures();
|
||||
ASSERT(captures);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue