Move regex matching code to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-07-17 15:21:00 -07:00
parent 382812298d
commit c7dc7fc955
26 changed files with 266 additions and 172 deletions

View file

@ -48,7 +48,7 @@ extern zeek::EnumType* cur_enum_type;
// Track the @if... depth.
ptr_compat_int current_depth = 0;
int_list if_stack;
zeek::detail::int_list if_stack;
int line_number = 1;
const char* filename = 0; // Absolute path of file currently being parsed.