]> Cypherpunks repositories - gostls13.git/commitdiff
fix forward struct declarations
authorRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 01:05:11 +0000 (18:05 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 01:05:11 +0000 (18:05 -0700)
R=ken
OCL=31230
CL=31230

src/cmd/gc/go.y

index 9c9d6441d06ca1e3935934a66eea7a76134ef688..bb1edbd7ea82bcc712635d5d4196d16f483f89c1 100644 (file)
@@ -1768,7 +1768,6 @@ hidden_type1:
        }
 |      '*' hidden_type
        {
-               checkwidth($2);
                $$ = ptrto($2);
        }
 |      LCOMM LCHAN hidden_type