From 3950b10d2ae9fb33a879f8c744f0935d0d5cb12d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 28 Oct 2019 15:37:18 +0200 Subject: [PATCH] compiler: make Fn struct public --- vlib/compiler/fn.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/compiler/fn.v b/vlib/compiler/fn.v index 566b7e8066..39cc32875e 100644 --- a/vlib/compiler/fn.v +++ b/vlib/compiler/fn.v @@ -12,7 +12,7 @@ const ( MaxLocalVars = 50 ) - +pub struct Fn { // addr int pub: