mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Various deprecation fixes, reported by failed Spicy builds
- Add deprecated version of ID::SetType() that takes Type* - Add deprecated versions of zeek::set_location in the global namespace - Fix global namespace version of lookup_ID to return ID*
This commit is contained in:
parent
118605f4ac
commit
4d96b7f1cc
6 changed files with 140 additions and 121 deletions
|
@ -128,7 +128,7 @@ constexpr auto global_scope [[deprecated("Remove in v4.1 Use zeek::detail::globa
|
|||
|
||||
// Because of the use of default arguments, this function can't be aliased like the rest.
|
||||
[[deprecated("Remove in v4.1 Use zeek::detail::lookup_ID instead.")]]
|
||||
extern const zeek::detail::ID* lookup_ID(
|
||||
extern zeek::detail::ID* lookup_ID(
|
||||
const char* name, const char* module,
|
||||
bool no_global = false,
|
||||
bool same_module_only = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue