mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Merge remote-tracking branch 'origin/master' into topic/dnthayer/compilerwarn
This commit is contained in:
commit
1580fb5d61
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
Val::Val(Func* f)
|
Val::Val(Func* f)
|
||||||
{
|
{
|
||||||
val.func_val = f;
|
val.func_val = f;
|
||||||
|
::Ref(val.func_val);
|
||||||
type = f->FType()->Ref();
|
type = f->FType()->Ref();
|
||||||
attribs = 0;
|
attribs = 0;
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue