Val: eliminate the "Scope.h" include

This commit is contained in:
Max Kellermann 2020-02-11 10:26:56 +01:00
parent 20eb0e15c7
commit dfac4572e7
8 changed files with 12 additions and 5 deletions

View file

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