mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
the "Capture" struct is now a class
This commit is contained in:
parent
528aa6766a
commit
b6464814c9
6 changed files with 24 additions and 8 deletions
|
@ -1640,9 +1640,7 @@ capture:
|
|||
|
||||
delete [] $2;
|
||||
|
||||
$$ = new FuncType::Capture;
|
||||
$$->id = id;
|
||||
$$->deep_copy = $1;
|
||||
$$ = new FuncType::Capture(id, $1);
|
||||
}
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue