mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove all of the random single-file deprecations
These are the changes that don't require a ton of changes to other files outside of the original removal.
This commit is contained in:
parent
7e9d89db0a
commit
0618be792f
270 changed files with 36 additions and 4632 deletions
|
@ -13,13 +13,9 @@
|
|||
#include "zeek/ZeekString.h"
|
||||
|
||||
zeek::detail::CCL* zeek::detail::curr_ccl = nullptr;
|
||||
zeek::detail::CCL*& curr_ccl = zeek::detail::curr_ccl;
|
||||
zeek::detail::Specific_RE_Matcher* zeek::detail::rem = nullptr;
|
||||
zeek::detail::Specific_RE_Matcher*& rem = zeek::detail::rem;
|
||||
zeek::detail::NFA_Machine* zeek::detail::nfa = nullptr;
|
||||
zeek::detail::NFA_Machine*& nfa = zeek::detail::nfa;
|
||||
int zeek::detail::case_insensitive = 0;
|
||||
int& case_insensitive = zeek::detail::case_insensitive;
|
||||
|
||||
extern int RE_parse(void);
|
||||
extern void RE_set_input(const char* str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue