mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Move ODesc to zeek namespace
This commit is contained in:
parent
fdcb2760b2
commit
4e9a5e9d98
53 changed files with 162 additions and 143 deletions
|
@ -1400,7 +1400,7 @@ attr:
|
|||
zeek::make_intrusive<zeek::detail::ConstExpr>(zeek::IntrusivePtr{zeek::AdoptRef{}, $3}));
|
||||
else
|
||||
{
|
||||
ODesc d;
|
||||
zeek::ODesc d;
|
||||
$3->Describe(&d);
|
||||
Unref($3);
|
||||
zeek::reporter->Error("'&deprecated=%s' must use a string literal",
|
||||
|
@ -1895,7 +1895,7 @@ opt_deprecated:
|
|||
$$ = new zeek::detail::ConstExpr({zeek::AdoptRef{}, $3});
|
||||
else
|
||||
{
|
||||
ODesc d;
|
||||
zeek::ODesc d;
|
||||
$3->Describe(&d);
|
||||
zeek::reporter->Error("'&deprecated=%s' must use a string literal",
|
||||
d.Description());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue