mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Tag the end of some namespaces for consistency
This commit is contained in:
parent
ddf48d7529
commit
812ac5536d
12 changed files with 22 additions and 17 deletions
|
@ -445,7 +445,7 @@ protected:
|
|||
bool is_return;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace zeek::detail
|
||||
|
||||
using Stmt [[deprecated("Remove in v4.1. Use zeek::detail::Stmt instead.")]] = zeek::detail::Stmt;
|
||||
using ExprListStmt [[deprecated("Remove in v4.1. Use zeek::detail::ExprListStmt instead.")]] = zeek::detail::ExprListStmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue