mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Val: eliminate the "Scope.h" include
This commit is contained in:
parent
20eb0e15c7
commit
dfac4572e7
8 changed files with 12 additions and 5 deletions
|
@ -363,6 +363,11 @@ void Val::ValDescribeReST(ODesc* d) const
|
|||
|
||||
|
||||
#ifdef DEBUG
|
||||
ID* Val::GetID() const
|
||||
{
|
||||
return bound_id ? global_scope()->Lookup(bound_id) : 0;
|
||||
}
|
||||
|
||||
void Val::SetID(ID* id)
|
||||
{
|
||||
delete [] bound_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue