inlining of Zeek script functions

This commit is contained in:
Vern Paxson 2020-11-19 16:05:42 -08:00
parent 3c39f11726
commit c42586af2c
63 changed files with 21807 additions and 171 deletions

View file

@ -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);
}