mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
GH-165: Fix global initializations that indirectly use builtin types
This commit is contained in:
parent
4a8640d702
commit
5ed13284c3
7 changed files with 30 additions and 4 deletions
2
src/ID.h
2
src/ID.h
|
@ -272,7 +272,7 @@ extern VectorTypePtr index_vec;
|
|||
|
||||
namespace detail {
|
||||
|
||||
void init();
|
||||
void init_types();
|
||||
|
||||
} // namespace detail
|
||||
} // namespace zeek::id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue