Add missing expr_name: vector_coerce

This commit is contained in:
Jon Siwek 2019-07-18 19:39:16 -07:00
parent c22edc28a5
commit 794748dda8
2 changed files with 11 additions and 11 deletions

View file

@ -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", "[:]="
};