mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -12,7 +12,7 @@ EquivClass::EquivClass(int arg_size)
|
|||
bck = new int[size];
|
||||
equiv_class = new int[size];
|
||||
rep = new int[size];
|
||||
ccl_flags = 0;
|
||||
ccl_flags = nullptr;
|
||||
num_ecs = 0;
|
||||
|
||||
ec_nil = no_class = no_rep = size + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue