]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRobert Griesemer <gri@golang.org>
Thu, 9 Sep 2010 21:42:49 +0000 (14:42 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 9 Sep 2010 21:42:49 +0000 (14:42 -0700)
R=rsc, ken2
CC=golang-dev
https://golang.org/cl/2118050

src/cmd/gc/go.h

index e87c4c9804022d3ab005f128ab4d4dd79819bcfd..12541029f5ada699427a272915cd015c4b2e90e6 100644 (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;