mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -161,7 +161,7 @@ void Attr::DescribeReST(ODesc* d, bool shorten) const
|
|||
void Attr::AddTag(ODesc* d) const
|
||||
{
|
||||
if ( d->IsBinary() )
|
||||
d->Add(static_cast<bro_int_t>(Tag()));
|
||||
d->Add(static_cast<zeek_int_t>(Tag()));
|
||||
else
|
||||
d->Add(attr_name(Tag()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue