compiler: make Fn struct public
parent
9e9935acbc
commit
3950b10d2a
|
@ -12,7 +12,7 @@ const (
|
||||||
MaxLocalVars = 50
|
MaxLocalVars = 50
|
||||||
)
|
)
|
||||||
|
|
||||||
|
pub
|
||||||
struct Fn {
|
struct Fn {
|
||||||
// addr int
|
// addr int
|
||||||
pub:
|
pub:
|
||||||
|
|
Loading…
Reference in New Issue