mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/etyp/remove-list'
* origin/topic/etyp/remove-list: Remove `list` from Zeek grammar
This commit is contained in:
commit
d3593e0489
4 changed files with 9 additions and 19 deletions
|
@ -347,7 +347,6 @@ in return TOK_IN;
|
|||
int return TOK_INT;
|
||||
interval return TOK_INTERVAL;
|
||||
is return TOK_IS;
|
||||
list return TOK_LIST;
|
||||
local return in_when_cond ? TOK_WHEN_LOCAL : TOK_LOCAL;
|
||||
module return TOK_MODULE;
|
||||
next return TOK_NEXT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue