mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
compiler: make Fn struct public
This commit is contained in:
parent
9e9935acbc
commit
3950b10d2a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const (
|
|||
MaxLocalVars = 50
|
||||
)
|
||||
|
||||
|
||||
pub
|
||||
struct Fn {
|
||||
// addr int
|
||||
pub:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue