mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Add missing expr_name: vector_coerce
This commit is contained in:
parent
c22edc28a5
commit
794748dda8
2 changed files with 11 additions and 11 deletions
|
@ -31,7 +31,7 @@ const char* expr_name(BroExprTag t)
|
|||
"table()", "set()", "vector()",
|
||||
"$=", "in", "<<>>",
|
||||
"()", "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