mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Add missing "vector_coerce" to expr_name()
This commit is contained in:
parent
e3f7b38890
commit
6147804b36
2 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ const char* expr_name(BroExprTag t)
|
|||
"table()", "set()", "vector()",
|
||||
"$=", "in", "<<>>",
|
||||
"()", "function()", "event", "schedule",
|
||||
"coerce", "record_coerce", "table_coerce",
|
||||
"coerce", "record_coerce", "table_coerce", "vector_coerce",
|
||||
"sizeof", "flatten", "cast", "is", "[:]="
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue