mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Move regex matching code to zeek namespaces
This commit is contained in:
parent
382812298d
commit
c7dc7fc955
26 changed files with 266 additions and 172 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue