Add missing "vector_coerce" to expr_name()

This commit is contained in:
Jon Siwek 2020-05-11 15:55:43 -07:00
parent e3f7b38890
commit 6147804b36
2 changed files with 4 additions and 4 deletions

View file

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