mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
gen-zam: Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
902577b7ce
commit
f330505e83
1 changed files with 2 additions and 2 deletions
|
@ -787,9 +787,9 @@ protected:
|
||||||
const char* VecEvalRE(bool have_target) const override
|
const char* VecEvalRE(bool have_target) const override
|
||||||
{
|
{
|
||||||
if ( have_target )
|
if ( have_target )
|
||||||
return "$$$$ = ZVal(bro_int_t($1))";
|
return "$$$$ = ZVal(zeek_int_t($1))";
|
||||||
else
|
else
|
||||||
return "ZVal(bro_int_t($&))";
|
return "ZVal(zeek_int_t($&))";
|
||||||
}
|
}
|
||||||
|
|
||||||
void Instantiate() override;
|
void Instantiate() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue