aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/gc/go.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/gc/go.go')
-rw-r--r--src/cmd/internal/gc/go.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/internal/gc/go.go b/src/cmd/internal/gc/go.go
index 16cc4495f7..a1ddb6250d 100644
--- a/src/cmd/internal/gc/go.go
+++ b/src/cmd/internal/gc/go.go
@@ -203,6 +203,8 @@ type Node struct {
Dcl *NodeList
Inl *NodeList
Inldcl *NodeList
+ Closgen int
+ Outerfunc *Node
Val Val
Ntype *Node
Defn *Node