mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Deprecate SetType, as it can be replaced by TableType
This commit is contained in:
parent
b25a844210
commit
b442c25389
13 changed files with 33 additions and 84 deletions
|
@ -1211,7 +1211,7 @@ simple_type:
|
|||
| TOK_SET '[' type_list ']'
|
||||
{
|
||||
set_location(@1, @4);
|
||||
$$ = new SetType({AdoptRef{}, $3}, nullptr);
|
||||
$$ = new TableType({AdoptRef{}, $3}, nullptr);
|
||||
}
|
||||
|
||||
| TOK_RECORD '{'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue