From: Russ Cox Date: Tue, 7 Jul 2009 01:05:11 +0000 (-0700) Subject: fix forward struct declarations X-Git-Tag: weekly.2009-11-06~1248 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7af032b87bd6673904e5f717a978897afd1d0ac2;p=gostls13.git fix forward struct declarations R=ken OCL=31230 CL=31230 --- diff --git a/src/cmd/gc/go.y b/src/cmd/gc/go.y index 9c9d6441d0..bb1edbd7ea 100644 --- a/src/cmd/gc/go.y +++ b/src/cmd/gc/go.y @@ -1768,7 +1768,6 @@ hidden_type1: } | '*' hidden_type { - checkwidth($2); $$ = ptrto($2); } | LCOMM LCHAN hidden_type