1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:14:40 -07:00

fix build

R=rsc, ken2
CC=golang-dev
https://golang.org/cl/2118050
This commit is contained in:
Robert Griesemer 2010-09-09 14:42:49 -07:00
parent 1678dcc378
commit 0eb0afde9a

View File

@ -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;