mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58: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
|
@ -641,7 +641,7 @@ const ZAMStmt ZAMCompiler::CompileIndex(const NameExpr* n1, int n2_slot, const T
|
|||
auto var_ind = ind->Tag() == EXPR_NAME;
|
||||
auto n3 = var_ind ? ind->AsNameExpr() : nullptr;
|
||||
auto c3 = var_ind ? nullptr : ind->AsConstExpr();
|
||||
bro_uint_t c = 0;
|
||||
zeek_uint_t c = 0;
|
||||
|
||||
if ( ! var_ind )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue