Index: src/cmd/gc/go.h |
=================================================================== |
--- a/src/cmd/gc/go.h |
+++ b/src/cmd/gc/go.h |
@@ -209,6 +209,7 @@ |
uchar dodata; // compile literal assignment as data statement |
uchar used; |
uchar isddd; |
+ uchar paren; // was parenthesized |
uchar pun; // dont registerize variable ONAME |
// most nodes |