seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

anonymous structs constructs confuse ccons #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:

>>> struct {int x; int y; int z;} Xs[] = {{1,2},{1,2}};
error: declaration of anonymous struct must be a definition
 struct <anonymous> Xs[2] = {{1,2},{1,2}};
 ^

Original issue reported on code.google.com by Alexei.Svitkine@gmail.com on 15 Sep 2009 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by Alexei.Svitkine@gmail.com on 15 Sep 2010 at 3:40