mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
clarifying comments, interface tightening
This commit is contained in:
parent
1505fd4aa1
commit
c0f3403714
5 changed files with 8 additions and 2 deletions
|
@ -38,7 +38,7 @@ extern void add_global(const IDPtr& id, TypePtr t, InitClass c, ExprPtr init,
|
|||
extern StmtPtr add_local(IDPtr id, TypePtr t, InitClass c, ExprPtr init,
|
||||
std::unique_ptr<std::vector<AttrPtr>> attr, DeclType dt);
|
||||
|
||||
extern ExprPtr add_and_assign_local(IDPtr id, ExprPtr init, ValPtr val = nullptr);
|
||||
extern ExprPtr add_and_assign_local(IDPtr id, ExprPtr init, ValPtr val);
|
||||
|
||||
extern void add_type(ID* id, TypePtr t, std::unique_ptr<std::vector<AttrPtr>> attr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue