anonymous struct

2010-05-02 Thread wuyin
struct T{ int n; }; struct T1{ struct T; } t; t.n=1; Please support this grammar. http://sourceforge.net/projects/coo/

Re: anonymous struct

2010-05-03 Thread wuyin
I find. -fms-extentions