mirror of
https://github.com/golang/go
synced 2024-11-21 18:24:46 -07:00
parent
1678dcc378
commit
0eb0afde9a
@ -262,6 +262,7 @@ struct Node
|
|||||||
Sym* sym; // various
|
Sym* sym; // various
|
||||||
int32 vargen; // unique name for OTYPE/ONAME
|
int32 vargen; // unique name for OTYPE/ONAME
|
||||||
int32 lineno;
|
int32 lineno;
|
||||||
|
int32 endlineno;
|
||||||
vlong xoffset;
|
vlong xoffset;
|
||||||
int32 ostk;
|
int32 ostk;
|
||||||
int32 iota;
|
int32 iota;
|
||||||
|
Loading…
Reference in New Issue
Block a user