mirror of https://github.com/golang/go.git
parent
1678dcc378
commit
0eb0afde9a
|
|
@ -262,6 +262,7 @@ struct Node
|
|||
Sym* sym; // various
|
||||
int32 vargen; // unique name for OTYPE/ONAME
|
||||
int32 lineno;
|
||||
int32 endlineno;
|
||||
vlong xoffset;
|
||||
int32 ostk;
|
||||
int32 iota;
|
||||
|
|
|
|||
Loading…
Reference in New Issue