mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
inlining of Zeek script functions
This commit is contained in:
parent
3c39f11726
commit
c42586af2c
63 changed files with 21807 additions and 171 deletions
|
@ -188,6 +188,7 @@ IDPtr install_ID(const char* name, const char* module_name,
|
|||
|
||||
void push_existing_scope(Scope* scope)
|
||||
{
|
||||
top_scope = scope;
|
||||
scopes.push_back(scope);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue