mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Move Location to zeek::detail and BroObj to zeek
This commit is contained in:
parent
58c6e10b62
commit
40ecede4ea
41 changed files with 158 additions and 131 deletions
|
@ -3191,7 +3191,7 @@ void VectorVal::ValDescribe(ODesc* d) const
|
|||
ValPtr check_and_promote(ValPtr v,
|
||||
const Type* t,
|
||||
bool is_init,
|
||||
const Location* expr_location)
|
||||
const zeek::detail::Location* expr_location)
|
||||
{
|
||||
if ( ! v )
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue