Stmt: move Stmt classes into zeek::detail namespace

This commit is contained in:
Tim Wojtulewicz 2020-05-07 11:07:18 -07:00
parent f952acaddc
commit 3fa4acc175
23 changed files with 177 additions and 132 deletions

View file

@ -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;