mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/lib-spicy-hooks'
* origin/topic/bbannier/lib-spicy-hooks:
Do not emit hook files for builtin modules
(cherry picked from commit b935d2f59a
)
This commit is contained in:
parent
ac95484382
commit
5f6df68463
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct VisitorTypes : public spicy::visitor::PreOrder {
|
|||
module = n->scopeID();
|
||||
path = n->uid().path;
|
||||
|
||||
if ( is_resolved )
|
||||
if ( is_resolved && ! n->skipImplementation() )
|
||||
glue->addSpicyModule(module, path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue