mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Stmt: move Stmt classes into zeek::detail namespace
This commit is contained in:
parent
f952acaddc
commit
3fa4acc175
23 changed files with 177 additions and 132 deletions
|
@ -13,8 +13,8 @@ typedef PList<ID> id_list;
|
|||
class Val;
|
||||
typedef PList<Val> val_list;
|
||||
|
||||
class Stmt;
|
||||
typedef PList<Stmt> stmt_list;
|
||||
FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
typedef PList<zeek::detail::Stmt> stmt_list;
|
||||
|
||||
class BroType;
|
||||
typedef PList<BroType> type_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue