mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Var/Func: Render function parameters using comma, not semicolon
A bit larger follow-up to what Tim pointed out: Function prototype descriptions previously used semicolons to separate parameters. Switch to use commas when a RecordType is used as function parameter. Use existing "func_args" naming for consistency.
This commit is contained in:
parent
8ede22f6ec
commit
8109bbc52f
22 changed files with 50 additions and 32 deletions
|
@ -1,3 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
cookie
|
||||
function(pass_name:string;) : function(ts:time;) : time, function(ts:time;) : time, time, 1660671192.0
|
||||
function(pass_name:string) : function(ts:time) : time, function(ts:time) : time, time, 1660671192.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue