GH-165: Fix global initializations that indirectly use builtin types

This commit is contained in:
Jon Siwek 2020-08-27 14:01:08 -07:00
parent 4a8640d702
commit 5ed13284c3
7 changed files with 30 additions and 4 deletions

View file

@ -272,7 +272,7 @@ extern VectorTypePtr index_vec;
namespace detail {
void init();
void init_types();
} // namespace detail
} // namespace zeek::id