mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Expr: move all classes into zeek::detail
This commit is contained in:
parent
3fa4acc175
commit
cbdb8ee074
34 changed files with 314 additions and 248 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "broker/Data.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
const char* expr_name(BroExprTag t)
|
||||
{
|
||||
static const char* expr_names[int(NUM_EXPRS)] = {
|
||||
|
@ -5055,3 +5057,5 @@ bool expr_greater(const Expr* e1, const Expr* e2)
|
|||
{
|
||||
return e1->Tag() > e2->Tag();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue