mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
parent
5ff99f7d0b
commit
f3cbfa9c25
17 changed files with 147 additions and 2 deletions
|
@ -1319,9 +1319,9 @@ type_list:
|
|||
;
|
||||
|
||||
type_decl_list:
|
||||
type_decl_list type_decl
|
||||
type_decl_list conditional_list type_decl
|
||||
{
|
||||
$1->push_back($2);
|
||||
$1->push_back($3);
|
||||
}
|
||||
|
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue