mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Move Location to zeek::detail and BroObj to zeek
This commit is contained in:
parent
58c6e10b62
commit
40ecede4ea
41 changed files with 158 additions and 131 deletions
|
@ -172,7 +172,7 @@ public:
|
|||
|
||||
~Val() override;
|
||||
|
||||
Val* Ref() { ::Ref(this); return this; }
|
||||
Val* Ref() { zeek::Ref(this); return this; }
|
||||
ValPtr Clone();
|
||||
|
||||
bool IsZero() const;
|
||||
|
@ -1376,7 +1376,7 @@ protected:
|
|||
// true, then the checking is done in the context of an initialization.
|
||||
extern ValPtr check_and_promote(
|
||||
ValPtr v, const zeek::Type* t, bool is_init,
|
||||
const Location* expr_location = nullptr);
|
||||
const zeek::detail::Location* expr_location = nullptr);
|
||||
|
||||
extern bool same_val(const Val* v1, const Val* v2);
|
||||
extern bool same_atomic_val(const Val* v1, const Val* v2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue