aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gc/go.h')
-rw-r--r--src/cmd/gc/go.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/gc/go.h b/src/cmd/gc/go.h
index c5ef74586d..92584f6c58 100644
--- a/src/cmd/gc/go.h
+++ b/src/cmd/gc/go.h
@@ -310,6 +310,8 @@ struct Node
NodeList* dcl; // autodcl for this func/closure
NodeList* inl; // copy of the body for use in inlining
NodeList* inldcl; // copy of dcl for use in inlining
+ int closgen;
+ Node* outerfunc;
// OLITERAL/OREGISTER
Val val;