mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros
This commit is contained in:
parent
8c4092a0ad
commit
4ad08172d0
121 changed files with 722 additions and 547 deletions
14
src/RE.h
14
src/RE.h
|
@ -14,22 +14,22 @@
|
|||
|
||||
typedef int (*cce_func)(int);
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(NFA_Machine, zeek::detail);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(DFA_Machine, zeek::detail);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(DFA_State, zeek::detail);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Specific_RE_Matcher, zeek::detail);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(RE_Matcher, zeek);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(CCL, zeek::detail);
|
||||
|
||||
// This method is automatically generated by flex and shouldn't be namespaced
|
||||
extern int re_lex(void);
|
||||
|
||||
namespace zeek {
|
||||
|
||||
class String;
|
||||
class RE_Matcher;
|
||||
|
||||
namespace detail {
|
||||
|
||||
class NFA_Machine;
|
||||
class DFA_Machine;
|
||||
class DFA_State;
|
||||
class Specific_RE_Matcher;
|
||||
class CCL;
|
||||
|
||||
extern int case_insensitive;
|
||||
extern CCL* curr_ccl;
|
||||
extern NFA_Machine* nfa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue