1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00

fix forward struct declarations

R=ken
OCL=31230
CL=31230
This commit is contained in:
Russ Cox 2009-07-06 18:05:11 -07:00
parent d436a70193
commit 7af032b87b

View File

@ -1768,7 +1768,6 @@ hidden_type1:
}
| '*' hidden_type
{
checkwidth($2);
$$ = ptrto($2);
}
| LCOMM LCHAN hidden_type